Skip to content

build(deps): Bump sentry from 8.0.6 to 11.0.4#378

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/hex/sentry-11.0.4
Closed

build(deps): Bump sentry from 8.0.6 to 11.0.4#378
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/hex/sentry-11.0.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 10, 2025

Copy link
Copy Markdown
Contributor

Bumps sentry from 8.0.6 to 11.0.4.

Release notes

Sourced from sentry's releases.

11.0.4

  • Fix safe JSON encoding of improper lists (#938)

11.0.3

Various improvements

  • Allow any version of opentelemetry deps and verify minimum versions internally - this makes it possible to use sentry with tracing disabled along with older versions of opentelemetry deps (#931)

11.0.2

Bug fixes

  • Deeply nested spans are handled now when building up traces in SpanProcessor (#924)

Various improvements

  • Span's attributes no longer include db.url: "ecto:" entries as they are now filtered out (#925)

11.0.1

Various improvements

  • Sentry.OpenTelemetry.Sampler now works with an empty config (#915)

11.0.0

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:

    def deps do
      [
        # ...
        {:sentry, "~> 11.0.0"},
        {:opentelemetry, "~> 1.5"},
        {:opentelemetry_api, "~> 1.4"},
        {:opentelemetry_exporter, "~> 1.0"},
        {:opentelemetry_semantic_conventions, "~> 1.27"},
        {:opentelemetry_phoenix, "~> 2.0"},
        {:opentelemetry_ecto, "~> 1.2"},
        # ...
      ]
    

    And then configure Tracing in Sentry and OpenTelemetry in your config.exs:

    config :sentry,

... (truncated)

Changelog

Sourced from sentry's changelog.

11.0.4

  • Fix safe JSON encoding of improper lists (#938)

11.0.3

Various improvements

  • Allow any version of opentelemetry deps and verify minimum versions internally - this makes it possible to use sentry with tracing disabled along with older versions of opentelemetry deps (#931)

11.0.2

Bug fixes

  • Deeply nested spans are handled now when building up traces in SpanProcessor (#924)

Various improvements

  • Span's attributes no longer include db.url: "ecto:" entries as they are now filtered out (#925)

11.0.1

Various improvements

  • Sentry.OpenTelemetry.Sampler now works with an empty config (#915)

11.0.0

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:

    def deps do
      [
        # ...
        {:sentry, "~> 11.0.0"},
        {:opentelemetry, "~> 1.5"},
        {:opentelemetry_api, "~> 1.4"},
        {:opentelemetry_exporter, "~> 1.0"},
        {:opentelemetry_semantic_conventions, "~> 1.27"},
        {:opentelemetry_phoenix, "~> 2.0"},
        {:opentelemetry_ecto, "~> 1.2"},
        # ...
      ]
    

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Oct 10, 2025
@dependabot dependabot Bot force-pushed the dependabot/hex/sentry-11.0.4 branch 3 times, most recently from 9d2ed5a to 3c68a36 Compare October 10, 2025 15:15
@dependabot dependabot Bot force-pushed the dependabot/hex/sentry-11.0.4 branch from 3c68a36 to 328fc9b Compare October 20, 2025 19:40
Bumps [sentry](https://github.com/getsentry/sentry-elixir) from 8.0.6 to 11.0.4.
- [Release notes](https://github.com/getsentry/sentry-elixir/releases)
- [Changelog](https://github.com/getsentry/sentry-elixir/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-elixir@8.0.6...11.0.4)

---
updated-dependencies:
- dependency-name: sentry
  dependency-version: 11.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/hex/sentry-11.0.4 branch from 328fc9b to 5d12294 Compare October 29, 2025 17:01
@dependabot @github

dependabot Bot commented on behalf of github Feb 26, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #410.

@dependabot dependabot Bot closed this Feb 26, 2026
@dependabot dependabot Bot deleted the dependabot/hex/sentry-11.0.4 branch February 26, 2026 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants