chore(deps): update dependency sentry to v11 - autoclosed#299
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): update dependency sentry to v11 - autoclosed#299renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Author
|
6870918 to
d15d1da
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~> 8.0→~> 11.0Release Notes
getsentry/sentry-elixir (sentry)
v11.0.4Compare Source
v11.0.3Compare Source
Various improvements
sentrywith tracing disabled along with older versions of opentelemetry deps (#931)v11.0.2Compare Source
Bug fixes
SpanProcessor(#924)Various improvements
db.url: "ecto:"entries as they are now filtered out (#925)v11.0.1Compare Source
Various improvements
Sentry.OpenTelemetry.Samplernow works with an empty config (#915)v11.0.0Compare Source
This release comes with a beta support for Traces using OpenTelemetry - please test it out and report any issues you find.
New features
Beta support for Traces using OpenTelemetry (#902)
To enable Tracing in your Phoenix application, you need to add the following to your
mix.exs:And then configure Tracing in Sentry and OpenTelemetry in your
config.exs:Add installer (based on Igniter) (#876)
Various improvements
v10.10.0Compare Source
This release adds Telemetry crash reporting, fixes compatibility with Erlang/OTP 28, and includes several bug fixes.
New features
:owneroption for check-ins, providing more control over cron monitoring (#879 by @Miradorn)Bug fixes
Plug.Parsers.RequestTooLargereference (#884 by @mbaleczny)Sentry.LoggerBackendmoduledoc (#880 by @bjacquet)Various improvements
v10.9.0Compare Source
This release adds a bunch of new features and fixes a few papercut bugs.
New features
:tags_from_metadataoption toSentry.LoggerHandler. Use this to better structure reports that come from logs (#840 by @icehaunter).:discard_thresholdoption toSentry.LoggerHandlerto implement load shedding when the logger gets overloaded.JSONmodule, now you can (#845).:in_app_otp_appsconfiguration option. This should replace:in_app_module_allow_listfor most use cases, making configuration simpler (#854 by @solnic).:extraconfig that can be set at the:sentryapplication level (akin to:tagstoday).Bug fixes
:capture_log_messagesisfalse(#865 by @joladev).v10.8.1Compare Source
Various fixes & improvements
v10.8.0Compare 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:
Improvements and new features
21f0f77) by @whatyouhideBug fixes
mix sentry.send_test_eventv10.7.1Compare Source
Various fixes & improvements
:monitor_config_defaultsintegrations option (#782). — @whatyouhide--no-compile/--no-check-depsflags formix sentry.package_source_code(#776). — @razielgnSentry.LoggerHandler(#780). — @mrdotb:integration_metafield (116140d). — @whatyouhidev10.7.0Compare Source
Various fixes & improvements
New features:
Sentry.ClientErrorfor more structured client errors. You can use this to programmatically deal with errors when reporting events, if you need to. — @savhappy:integration_metakey toSentry.Event. — (#771) by @savhappyBug fixes:
mix sentry.package_source_codeedge cases by compiling code before running the task. — @whatyouhideSentry.LoggerHandler. — (#765) by @martosaurnilenvironment correctly in Sentry config — (#753) by @fahchenv10.6.2Compare Source
Various fixes & improvements
v10.6.1Compare Source
Various fixes & improvements
v10.6.0Compare Source
Various fixes & improvements
:loggerhandler (#727).Sentry.get_dsn/0(#731).v10.5.0Compare Source
Various fixes & improvements
ab7fbb9) by @whatyouhidecf93d22) by @whatyouhide5bad4b5) by @whatyouhidebed583f) by @whatyouhidev10.4.0Compare Source
Various fixes & improvements
Sentry.LoggerHandler.Sentry.LoggerHandler.mix sentry.send_test_event.Sentry.LoggerBackendandSentry.LoggerHandlerto use Sentry metadata.Sentry.LoggerHandler.v10.3.0Compare Source
Various fixes & improvements
83a727a) by @whatyouhide8eeca14) by @whatyouhidev10.2.1Compare Source
Various fixes & improvements
d6da0fb) by @whatyouhidev10.2.0Compare Source
New features
Sentry.capture_check_in/1, which can be used to manually check-in crons.--outputflag for themix sentry.package_source_codetask. This can be useful for read-only build environments.Sentry.Test.:url_scrubberoption toSentry.PlugContext.Various fixes & improvements
v10.1.0Compare Source
Various fixes & improvements
Sentry.Interfaces.Threadto fix stacktraces in messages.--typeand--no-stacktraceflags tomix sentry.send_test_message.%s) placeholders. SeeSentry.capture_message/2.Sentry.AttachmentandSentry.Context.add_attachment/1.v10.0.3Compare Source
Various fixes & improvements
v10.0.2Compare Source
Various fixes & improvements
f165050) by @whatyouhidev10.0.1Compare Source
Various fixes & improvements
v10.0.0Compare Source
9.x -> 10.0 Upgrade Guide
:report_depsnow reports all loaded applications at the time the:sentryapplication starts. This is not a compile-time configuration option anymore.mix sentry.package_source_codeMix task. See the upgrade guide for more information.~r"/test/"to the default source code exclude patterns (see the:source_code_exclude_patternsoption).:environment_namenow defaults toproduction(if it wasn't configured explicitly and if theSENTRY_ENVIRONMENTenvironment variable is not set).:included_environments. To control whether to send events to Sentry, use the:dsnconfiguration option instead.:included_environmentsnow emits a warning if used, but will still work until v11.0.0 of this library.:before_send_eventin favor of the new:before_send. This brings this SDK in line with all other Sentry SDKs.v9.1.0Compare Source
Various fixes & improvements
Plug.Conns inSentry.PlugCapture(#619) by @whatyouhideSentry.Context.t/0type (#618) by @whatyouhide:sample_rateafter event callbacks, rather than before (ab5c748) by @whatyouhidev9.0.0Compare Source
8.x -> 9.0 Upgrade Guide
Breaking changes
Sentry.SourcesSentry.Client, as it's an internal moduleSentry.Event.sentry_exception/0typeSentry.Event.add_metadata/1Sentry.Event.culprit_from_stacktrace/1Sentry.Event.do_put_source_context/3:asyncvalue for the:resultoption inSentry.send_event/2(and friends)Sentry.CrashError— now, crash reports (detected throughSentry.LoggerBackend) that do not contain exceptions are reported as messages in SentrySentry.Eventstruct - check out the new fields (and typespec forSentry.Event.t/0)Various fixes & improvements
Sentry.LoggerHandler, which is a:loggerhandler rather than aLoggerbackendSentry.HTTPClient.child_spec/0callback optional:allas a possible value of the:metadataconfiguration option forSentry.LoggerBackend:allas a possible value for the:included_environmentconfiguration optionSentry.Interfaceswith all the child modules, which are useful if you're working directly with the Sentry APIDeprecations
Sentry.EventFilterin favour of:before_send_eventcallbacks.Various fixes & improvements
48cf37d) by @whatyouhide8cfe14b) by @whatyouhide340ba14) by @whatyouhide58d94cf) by @whatyouhidef996c7d) by @whatyouhided33bf19) by @whatyouhide59e8ebb) by @whatyouhide6d27eac) by @whatyouhide903aeb9) by @whatyouhidef6f577f) by @whatyouhideb96d6cf) by @whatyouhide38e80ed) by @whatyouhide18e83ae) by @whatyouhide30a9828) by @whatyouhidev8.1.0Compare Source
Various fixes & improvements
795bfd1) by @sl0thentr0pyef563cc) by @sl0thentr0py56516be) by @sl0thentr0pydfaffb9) by @sl0thentr0pyPlus 14 more
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.