Skip to content

8.43.0

Latest
Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 02 Jan 16:09

Warning

This release contains a breaking change for the previously experimental session replay options. We moved the options from options.experimental.sessionReplay to options.sessionReplay.

Features

  • Session replay GA (#4662)
  • Show session replay options as replay tags (#4639)

Fixes

  • Remove empty session replay tags (#4667)
    • SentrySdkInfo.packages should be an array (#4626)
  • Use the same SdkInfo for envelope header and event (#4629)

Improvements

  • Improve compiler error message for missing Swift declarations due to APPLICATION_EXTENSION_API_ONLY (#4603)
  • Mask screenshots for errors (#4623)
  • Slightly speed up serializing scope (#4661)

Internal

  • Remove loading integrations names from event.extra (#4627)
  • Add Hybrid SDKs API to add extra SDK packages (#4637)