Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update Sentry SDK to v7.5.0 #56

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 2, 2024

Bumps scripts/update-sentry-sdk.sh from 7.4.0 to 7.5.0.

Auto-generated by a dependency updater.

Changelog

7.5.0

Features

  • Add support for measurements at span level (#3219)
  • Add enableScopePersistence option to disable PersistingScopeObserver used for ANR reporting which may increase performance overhead. Defaults to true (#3218)
    • When disabled, the SDK will not enrich ANRv2 events with scope data (e.g. breadcrumbs, user, tags, etc.)
  • Configurable defaults for Cron - MonitorConfig (#3195)
  • We now display a warning on startup if an incompatible version of Spring Boot is detected (#3233)
    • This should help notice a mismatching Sentry dependency, especially when upgrading a Spring Boot application
  • Experimental: Add Metrics API (#3205)

Fixes

  • Ensure performance measurement collection is not taken too frequently (#3221)
  • Fix old profiles deletion on SDK init (#3216)
  • Fix hub restore point in wrappers: SentryWrapper, SentryTaskDecorator and SentryScheduleHook (#3225)
    • We now reset the hub to its previous value on the thread where the Runnable/Callable/Supplier is executed instead of setting it to the hub that was used on the thread where the Runnable/Callable/Supplier was created.
  • Fix add missing thread name/id to app start spans (#3226)

@github-actions github-actions bot requested a review from markushi as a code owner March 2, 2024 03:05
@github-actions github-actions bot requested review from romtsn and adinauer as code owners March 2, 2024 03:05
@github-actions github-actions bot force-pushed the deps/scripts/update-sentry-sdk.sh/7.5.0 branch 3 times, most recently from 0362c73 to a05a825 Compare March 6, 2024 03:05
@github-actions github-actions bot force-pushed the deps/scripts/update-sentry-sdk.sh/7.5.0 branch from a05a825 to fb8908d Compare March 8, 2024 06:17
@adinauer adinauer merged commit f131a89 into main Mar 8, 2024
@adinauer adinauer deleted the deps/scripts/update-sentry-sdk.sh/7.5.0 branch March 8, 2024 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants