Skip to content

Releases: DataDog/dd-sdk-reactnative

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

1.1.1

12 Sep 12:03
52f7fe6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

07 Sep 08:03
ca7c8d5
Compare
Choose a tag to compare

What's Changed

Migrating

If you're upgrading from a previous version, run pod update DatadogSDK DatadogSDKCrashReporting before running pod install.

Full Changelog: 1.0.0...1.1.0

1.0.0

03 Aug 13:35
c5d5168
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0-rc9...1.0.0

1.0.0-rc9

15 Jun 08:49
552457c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0-rc8...1.0.0-rc9

1.0.0-rc8

31 May 14:56
67456f9
Compare
Choose a tag to compare

What's Changed

⚠️ If you have already enabled resource tracing (distributed traces), you now need to specify your hosts as first-party hosts in your SDK config

config.firstPartyHosts = ['example.com'];

New Contributors

Full Changelog: 1.0.0-rc7...1.0.0-rc8

1.0.0-rc7

18 May 14:31
d789622
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0-rc6...1.0.0-rc7

1.0.0-rc6

18 May 14:23
eb08c68
Compare
Choose a tag to compare

What's Changed

  • Add sign out/logout documentation to README by @pas256 in #171
  • RUMM-1891 Fix React.memo when an onPress prop is passed to the component by @louiszawadzki in #175
  • RUMM 2184 Prevent react navigation error when closing an app using the Android back button by @louiszawadzki in #176
  • RUMM 2167 Add sampling for RUM to APM tracing by @louiszawadzki in #183

New Contributors

Full Changelog: 1.0.0-rc5...1.0.0-rc6

1.0.0-rc5

04 Mar 11:31
6be800b
Compare
Choose a tag to compare

What's Changed

  • RUMM-2043: Fix crashes during console.error calls with message of primitive types
  • RUMM-2050 Add verbosity
  • Update bridge sdks