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

Update dependency sentry to v10.8.1 #55

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2025

This PR contains the following updates:

Package Type Update Change
sentry (source) prod minor 10.1.0 -> 10.8.1

Release Notes

getsentry/sentry-elixir (sentry)

v10.8.1

Compare Source

Various fixes & improvements

v10.8.0

Compare Source

This release bumps the minimum Elixir requirement to 1.13, fixes a few bugs, and introduces client reports. Client reports will be sent to Sentry by default, but you can disable them with:

config :sentry,

v10.7.1

Compare Source

Various fixes & improvements

v10.7.0

Compare Source

Various fixes & improvements

New features:

  • Add Sentry.ClientError for more structured client errors. You can use this to programmatically deal with errors when reporting events, if you need to. — @​savhappy
  • Add :integration_meta key to Sentry.Event. — (#​771) by @​savhappy
  • Validate Sentry options even if DSN is not set. — (#​772) by @​savhappy

Bug fixes:

  • Fix Sentry check-ins by internally mapping check-in IDs for "start" and "stop" events. — @​savhappy
  • Fix mix sentry.package_source_code edge cases by compiling code before running the task. — @​whatyouhide
  • Support structured logs in Sentry.LoggerHandler. — (#​765) by @​martosaur
  • Handle nil environment correctly in Sentry config — (#​753) by @​fahchen
  • Fix exceptions with an empty stacktrace. — (#​755) by @​savhappy

v10.6.2

Compare Source

Various fixes & improvements

v10.6.1

Compare Source

Various fixes & improvements

v10.6.0

Compare Source

Various fixes & improvements
  • Add overload protection to :logger handler (#​727).
  • Expose DSN via new Sentry.get_dsn/0 (#​731).
  • Fix a bug with nameless Quantum cron jobs support in the Quantum integration.

v10.5.0

Compare Source

Various fixes & improvements

v10.4.0

Compare Source

Various fixes & improvements
  • Add rate-limiting to Sentry.LoggerHandler.
  • Improve reporting of process crashes in Sentry.LoggerHandler.
  • Fix loading configuration in mix sentry.send_test_event.
  • Fix JSON libraries that raise errors when encoding.
  • Allow Sentry.LoggerBackend and Sentry.LoggerHandler to use Sentry metadata.
  • Validate configuration passed to Sentry.LoggerHandler.

v10.3.0

Compare Source

Various fixes & improvements

v10.2.1

Compare Source

Various fixes & improvements

v10.2.0

Compare Source

New features
  • Add support for Sentry Cron monitoring, with built-in support for Oban and Quantum.
  • Add Sentry.capture_check_in/1, which can be used to manually check-in crons.
  • Add --output flag for the mix sentry.package_source_code task. This can be useful for read-only build environments.
  • Introduce testing helpers in Sentry.Test.
  • Add the :url_scrubber option to Sentry.PlugContext.
Various fixes & improvements
  • Improve error message on unavailable config.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@Doridian Doridian merged commit 97f6849 into main Jan 15, 2025
1 check failed
@Doridian Doridian deleted the renovate/sentry-10.x-lockfile branch January 15, 2025 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant