Skip to content

Releases: DataDog/dd-sdk-reactnative

1.3.1

07 Feb 16:10
c70d62c
Compare
Choose a tag to compare

What's Changed

  • Fix count of errors not updated on the last view of a session
  • Remove native crash duplicate on React Native crash

Full Changelog: 1.3.0...1.3.1

1.3.0

02 Feb 10:16
16a9d31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.1...1.3.0

1.2.1

23 Jan 13:24
Compare
Choose a tag to compare

What's Changed

  • Add mock for core module by @louiszawadzki in #381
  • Update build.gradle for React Native 0.71 apps by @soulkito in #382
  • Fix android sourcemap upload task for case-sensitive systems by @louiszawadzki in #385

New Contributors

  • @soulkito made their first contribution in #382

Full Changelog: 1.2.0...1.2.1

1.2.0

12 Jan 09:33
9208125
Compare
Choose a tag to compare

What's changed

Initialize the SDK early with the DatadogProvider component

To simplify the code for initialization and reduce the likelihood of registering RUM events before the SDK is able to report them, we introduced the DatadogProvider component.

const config = new DatadogProviderConfiguration();
//...

export default function App() {
    return (
        <DatadogProvider configuration={config}>
            <Navigation />
        </DatadogProvider>
    );
}

The migration process only requires 3 steps, and is described in our docs.

Other improvements

Full Changelog: 1.1.5...1.2.0

1.2.0-beta2

04 Jan 16:47
ed8c52d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0-beta1...1.2.0-beta2

1.1.5

08 Dec 10:11
Compare
Choose a tag to compare

Fixes auto-instrumentation of user interaction tracking for React Native 0.70.

Full Changelog: 1.1.4...1.1.5

1.2.0-beta1

20 Oct 14:07
c367071
Compare
Choose a tag to compare

What's Changed

  • Introduce new DatadogProvider component for easier initialization
  • Adds internal telemetry

Full Changelog: 1.1.4...1.2.0-beta1

1.1.4

20 Oct 08:09
Compare
Choose a tag to compare

Prevent crashes for React versions below 16.14.0

Full Changelog: 1.1.3...1.1.4

1.1.3

05 Oct 08:57
4e7b591
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.2...1.1.3

1.1.2

04 Oct 12:52
a989d6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.2