Skip to content

Commit

Permalink
chore(deps): update dependency sentry-sdk to v2.11.0 (#2000)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sentry-sdk](https://togithub.com/getsentry/sentry-python)
([changelog](https://togithub.com/getsentry/sentry-python/blob/master/CHANGELOG.md))
| `==2.10.0` -> `==2.11.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sentry-sdk/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sentry-sdk/2.10.0/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.10.0/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>getsentry/sentry-python (sentry-sdk)</summary>

###
[`v2.11.0`](https://togithub.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2110)

##### Various fixes & improvements

- Add `disabled_integrations`
([#&#8203;3328](https://togithub.com/getsentry/sentry-python/issues/3328))
by [@&#8203;sentrivana](https://togithub.com/sentrivana)

    Disabling individual integrations is now much easier.
Instead of disabling all automatically enabled integrations and
specifying the ones
    you want to keep, you can now use the new

[`disabled_integrations`](https://docs.sentry.io/platforms/python/configuration/options/#auto-enabling-integrations)
    config option to provide a list of integrations to disable:

    ```python
    import sentry_sdk
    from sentry_sdk.integrations.flask import FlaskIntegration

    sentry_sdk.init(
    ```

### Do not use the Flask integration even if Flask is installed.

      disabled_integrations=[
          FlaskIntegration(),
      ],

)

```

- Use operation name as transaction name in Strawberry (#&#8203;3294) by @&#8203;sentrivana
- WSGI integrations respect `SCRIPT_NAME` env variable (#&#8203;2622) by @&#8203;sarvaSanjay
- Make Django DB spans have origin `auto.db.django` (#&#8203;3319) by @&#8203;antonpirker
- Sort breadcrumbs by time before sending (#&#8203;3307) by @&#8203;antonpirker
- Fix `KeyError('sentry-monitor-start-timestamp-s')` (#&#8203;3278) by @&#8203;Mohsen-Khodabakhshi
- Set MongoDB tags directly on span data (#&#8203;3290) by @&#8203;0Calories
- Lower logger level for some messages (#&#8203;3305) by @&#8203;sentrivana and @&#8203;antonpirker
- Emit deprecation warnings from `Hub` API (#&#8203;3280) by @&#8203;szokeasaurusrex
- Clarify that `instrumenter` is internal-only (#&#8203;3299) by @&#8203;szokeasaurusrex
- Support Django 5.1 (#&#8203;3207) by @&#8203;sentrivana
- Remove apparently unnecessary `if` (#&#8203;3298) by @&#8203;szokeasaurusrex
- Preliminary support for Python 3.13 (#&#8203;3200) by @&#8203;sentrivana
- Move `sentry_sdk.init` out of `hub.py` (#&#8203;3276) by @&#8203;szokeasaurusrex
- Unhardcode integration list (#&#8203;3240) by @&#8203;rominf
- Allow passing of PostgreSQL port in tests (#&#8203;3281) by @&#8203;rominf
- Add tests for `@ai_track` decorator (#&#8203;3325) by @&#8203;colin-sentry
- Do not include type checking code in coverage report (#&#8203;3327) by @&#8203;antonpirker
- Fix test_installed_modules (#&#8203;3309) by @&#8203;szokeasaurusrex
- Fix typos and grammar in a comment (#&#8203;3293) by @&#8203;szokeasaurusrex
- Fixed failed tests setup (#&#8203;3303) by @&#8203;antonpirker
- Only assert warnings we are interested in (#&#8203;3314) by @&#8203;szokeasaurusrex
```

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/rustymotors/server-old).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
renovate[bot] authored Jul 24, 2024
2 parents 6088cb8 + 9e1188b commit bb1016b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pycodestyle==2.12.0
pyflakes==3.2.0
pytest==8.2.2
pyyaml==6.0.1
sentry-sdk==2.10.0
sentry-sdk==2.11.0
-e file:///home/drazisil/mcos/libs/serializable#egg=serializable
-e file:///home/drazisil/mcos/projects/server#egg=server
tcl==0.2
Expand Down

0 comments on commit bb1016b

Please sign in to comment.