chore(deps): update dependency sentry to v11 #299
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.0
Release Notes
getsentry/sentry-elixir (sentry)
v11.0.3
Compare Source
Various improvements
sentry
with tracing disabled along with older versions of opentelemetry deps (#931)v11.0.2
Compare Source
Bug fixes
SpanProcessor
(#924)Various improvements
db.url: "ecto:"
entries as they are now filtered out (#925)v11.0.1
Compare Source
Various improvements
Sentry.OpenTelemetry.Sampler
now works with an empty config (#915)v11.0.0
Compare 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
:...
...
Various improvements
v10.10.0
Compare Source
This release adds Telemetry crash reporting, fixes compatibility with Erlang/OTP 28, and includes several bug fixes.
New features
:owner
option for check-ins, providing more control over cron monitoring (#879 by @Miradorn)Bug fixes
Plug.Parsers.RequestTooLarge
reference (#884 by @mbaleczny)Sentry.LoggerBackend
moduledoc (#880 by @bjacquet)Various improvements
v10.9.0
Compare Source
This release adds a bunch of new features and fixes a few papercut bugs.
New features
:tags_from_metadata
option toSentry.LoggerHandler
. Use this to better structure reports that come from logs (#840 by @icehaunter).:discard_threshold
option toSentry.LoggerHandler
to implement load shedding when the logger gets overloaded.JSON
module, now you can (#845).:in_app_otp_apps
configuration option. This should replace:in_app_module_allow_list
for most use cases, making configuration simpler (#854 by @solnic).:extra
config that can be set at the:sentry
application level (akin to:tags
today).Bug fixes
:capture_log_messages
isfalse
(#865 by @joladev).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:
v10.7.1
Compare Source
Various fixes & improvements
:monitor_config_defaults
integrations option (#782). — @whatyouhide--no-compile
/--no-check-deps
flags formix sentry.package_source_code
(#776). — @razielgnSentry.LoggerHandler
(#780). — @mrdotb:integration_meta
field (116140d
). — @whatyouhidev10.7.0
Compare Source
Various fixes & improvements
New features:
Sentry.ClientError
for more structured client errors. You can use this to programmatically deal with errors when reporting events, if you need to. — @savhappy:integration_meta
key toSentry.Event
. — (#771) by @savhappyBug fixes:
mix sentry.package_source_code
edge cases by compiling code before running the task. — @whatyouhideSentry.LoggerHandler
. — (#765) by @martosaurnil
environment correctly in Sentry config — (#753) by @fahchenv10.6.2
Compare Source
Various fixes & improvements
v10.6.1
Compare Source
Various fixes & improvements
v10.6.0
Compare Source
Various fixes & improvements
:logger
handler (#727).Sentry.get_dsn/0
(#731).v10.5.0
Compare Source
Various fixes & improvements
ab7fbb9
) by @whatyouhidecf93d22
) by @whatyouhide5bad4b5
) by @whatyouhidebed583f
) by @whatyouhidev10.4.0
Compare Source
Various fixes & improvements
Sentry.LoggerHandler
.Sentry.LoggerHandler
.mix sentry.send_test_event
.Sentry.LoggerBackend
andSentry.LoggerHandler
to use Sentry metadata.Sentry.LoggerHandler
.v10.3.0
Compare Source
Various fixes & improvements
83a727a
) by @whatyouhide8eeca14
) by @whatyouhidev10.2.1
Compare Source
Various fixes & improvements
d6da0fb
) by @whatyouhidev10.2.0
Compare Source
New features
Sentry.capture_check_in/1
, which can be used to manually check-in crons.--output
flag for themix sentry.package_source_code
task. This can be useful for read-only build environments.Sentry.Test
.:url_scrubber
option toSentry.PlugContext
.Various fixes & improvements
v10.1.0
Compare Source
Various fixes & improvements
Sentry.Interfaces.Thread
to fix stacktraces in messages.--type
and--no-stacktrace
flags tomix sentry.send_test_message
.%s
) placeholders. SeeSentry.capture_message/2
.Sentry.Attachment
andSentry.Context.add_attachment/1
.v10.0.3
Compare Source
Various fixes & improvements
v10.0.2
Compare Source
Various fixes & improvements
f165050
) by @whatyouhidev10.0.1
Compare Source
Various fixes & improvements
v10.0.0
Compare Source
9.x -> 10.0 Upgrade Guide
:report_deps
now reports all loaded applications at the time the:sentry
application starts. This is not a compile-time configuration option anymore.mix sentry.package_source_code
Mix task. See the upgrade guide for more information.~r"/test/"
to the default source code exclude patterns (see the:source_code_exclude_patterns
option).:environment_name
now defaults toproduction
(if it wasn't configured explicitly and if theSENTRY_ENVIRONMENT
environment variable is not set).:included_environments
. To control whether to send events to Sentry, use the:dsn
configuration option instead.:included_environments
now emits a warning if used, but will still work until v11.0.0 of this library.:before_send_event
in favor of the new:before_send
. This brings this SDK in line with all other Sentry SDKs.v9.1.0
Compare Source
Various fixes & improvements
Plug.Conn
s inSentry.PlugCapture
(#619) by @whatyouhideSentry.Context.t/0
type (#618) by @whatyouhide:sample_rate
after event callbacks, rather than before (ab5c748
) by @whatyouhidev9.0.0
Compare Source
8.x -> 9.0 Upgrade Guide
Breaking changes
Sentry.Sources
Sentry.Client
, as it's an internal moduleSentry.Event.sentry_exception/0
typeSentry.Event.add_metadata/1
Sentry.Event.culprit_from_stacktrace/1
Sentry.Event.do_put_source_context/3
:async
value for the:result
option 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.Event
struct - check out the new fields (and typespec forSentry.Event.t/0
)Various fixes & improvements
Sentry.LoggerHandler
, which is a:logger
handler rather than aLogger
backendSentry.HTTPClient.child_spec/0
callback optional:all
as a possible value of the:metadata
configuration option forSentry.LoggerBackend
:all
as a possible value for the:included_environment
configuration optionSentry.Interfaces
with all the child modules, which are useful if you're working directly with the Sentry APIDeprecations
Sentry.EventFilter
in favour of:before_send_event
callbacks.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.0
Compare 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.