Skip to content

1.0.0

Choose a tag to compare

@mbudinsky mbudinsky released this 22 Apr 16:06
· 17 commits to develop since this release
Immutable release. Only release title and notes can be modified.
55c77e9

1.0.0

First stable release of the Splunk Distribution of OpenTelemetry for React Native.

@splunk/otel-react-native

Added

  • AgentPreferences API for server-driven agent configuration.
  • SDK and React Native framework version attributes (rum.sdk.rn.version, splunk.app.framework.rn.version) on all telemetry.
  • SessionReplayModuleConfiguration for configuring Session Replay from the core package.
  • Endpoint configuration is now optional.

Changed

  • Ingest URLs updated from *.signalfx.com to *.observability.splunkcloud.com.
  • Native Splunk OTel SDKs updated to 2.2.2.

Fixed

  • Global attributes not being applied correctly on Android.

@splunk/otel-session-replay-react-native (new)

Added

  • Initial release of the Session Replay add-on package.
  • SplunkSessionReplay API: start, stop, getState, getRecordingMask, setRecordingMask.
  • Android and iOS native session replay via Splunk native SDKs.