Skip to content

Commit

Permalink
fix(changelog): Add entry for missing SentryLevel fix on iOS (#3872)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Jun 7, 2024
1 parent 04e2444 commit 1b13792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Fix

- Fix failing iOS builds due to missing SentryLevel ([#3854](https://github.com/getsentry/sentry-react-native/pull/3854))
- Add missing logs to dropped App Start spans ([#3861](https://github.com/getsentry/sentry-react-native/pull/3861))
- Make all options of `startTimeToInitialDisplaySpan` optional ([#3867](https://github.com/getsentry/sentry-react-native/pull/3867))
- Add Span IDs to Time to Display debug logs ([#3868](https://github.com/getsentry/sentry-react-native/pull/3868))
Expand Down

2 comments on commit 1b13792

@Valetek
Copy link

@Valetek Valetek commented on 1b13792 Jun 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just passing by to saying my thanks to this fix, saved me time as I faced this case today

have a good day 👍

@krystofwoldrich
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Please sign in to comment.