Skip to content

chore(deps): update dependency sentry to v13#485

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sentry-13.x
Open

chore(deps): update dependency sentry to v13#485
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sentry-13.x

Conversation

@renovate

@renovate renovate Bot commented Apr 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
sentry (source) prod major 11.0.4== 13.3.0

Release Notes

getsentry/sentry-elixir (sentry)

v13.3.0

Compare Source

New Features ✨
Other
Internal Changes 🔧
CI
Deps
Other

v13.2.0

Compare Source

New Features ✨
Bug Fixes 🐛
Internal Changes 🔧
Other

v13.1.0

Compare Source

New Features ✨
Tests
Bug Fixes 🐛
Internal Changes 🔧
Deps Dev
Other
Other

v13.0.1

Compare Source

Bug Fixes 🐛

v13.0.0

Compare Source

New Features ✨
Tests
Tracing
Other
Bug Fixes 🐛
Internal Changes 🔧
Deps Dev
Tests
Other

v12.0.3

Compare Source

New Features ✨
Bug Fixes 🐛
Internal Changes 🔧
Deps Dev

v12.0.2

Compare Source

Bug Fixes 🐛

v12.0.1

Compare Source

Internal Changes 🔧

v12.0.0

Compare Source

Logs & Telemetry Processor

Support for Structured Logs is here! 🎉 To enable:

config :sentry,
  # your config...
  enable_logs: true # <- add this!

Log events are sent to Sentry using the new TelemetryProcessor backend. You can enable it for other types of events via configuration:

config :sentry,
  # your config...
  enable_logs: true,
  telemetry_processor_categories: [:log, :error, :check_in, :transaction] # <- add this

This will become the default backend eventually, please try it out and report any issues!

You can learn more about the Telemetry Processor in our official documentation.

Related Pull Requests
Other new features
  • Support for Distributed Tracing (957)
  • Support for LiveView spans captured under single trace root (#​977)
  • Add should_report_error_callback option to Oban.ErrorReporter for flexible error reporting logic (#​832)
  • Handle HTTP 413 responses for oversized envelopes (#​982)
Bug Fixes
  • Wrong app_name used by Igniter in prod.exs (#​972)

    This requires configuring a custom propagator:

    # Configure OpenTelemetry to use Sentry propagator for distributed tracing
    config :opentelemetry,
      text_map_propagators: [
        :trace_context,
        :baggage,
        Sentry.OpenTelemetry.Propagator
      ]
Various improvements
  • Switch default HTTP client from Hackney to Finch (#​897)

  • :source_code_exclude_patterns support for OTP-28.0 (#​965)

    For people on OTP 28.1

    All you need is to use ~r/foo/E instead of ~r/foo/ in your config files. For example:

    config :sentry,
      enable_source_code_context: true,
      root_source_code_paths: [File.cwd!()],
      source_code_exclude_patterns: [~r/_build/E, ~r/deps/E, ~r/priv/E, ~r/test/E]
    For people on OTP 28.0

    You can convert your regexps for source_code_exclude_patterns config to strings:

    config :sentry,
      enable_source_code_context: true,
      root_source_code_paths: [File.cwd!()],
      source_code_exclude_patterns: ["/_build/", "/deps/", "/priv/", "/test/"]

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • 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.


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

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

@renovate renovate Bot force-pushed the renovate/sentry-13.x branch 2 times, most recently from f2e7a41 to 8b5a9ea Compare May 6, 2026 15:29
@renovate renovate Bot force-pushed the renovate/sentry-13.x branch 2 times, most recently from 99720eb to 6e5fbf5 Compare May 21, 2026 15:13
@renovate renovate Bot force-pushed the renovate/sentry-13.x branch from 6e5fbf5 to 9ff007c Compare June 13, 2026 16:07
@renovate

renovate Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
Command failed: install-tool elixir v1.20.2

@renovate renovate Bot force-pushed the renovate/sentry-13.x branch from 9ff007c to bf64bb3 Compare June 22, 2026 17:00
@renovate renovate Bot force-pushed the renovate/sentry-13.x branch from bf64bb3 to a9ddc5e Compare July 2, 2026 14:37
@renovate renovate Bot force-pushed the renovate/sentry-13.x branch from a9ddc5e to 9778181 Compare July 7, 2026 18:31
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.

0 participants