Update dependency sentry-sdk to v1.18.0 #108

Merged
Xefir merged 1 commits from renovate/sentry-sdk-1.x-lockfile into master 2023-03-29 07:33:13 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
sentry-sdk (changelog) dependencies minor 1.17.0 -> 1.18.0

Release Notes

getsentry/sentry-python

v1.18.0

Compare Source

Various fixes & improvements
  • New: Implement EventScrubber (#​1943) by @​sl0thentr0py

    To learn more see our Scrubbing Sensitive Data documentation.

    Add a new EventScrubber class that scrubs certain potentially sensitive interfaces with a DEFAULT_DENYLIST. The default scrubber is automatically run if send_default_pii = False:

    import sentry_sdk
    from sentry_sdk.scrubber import EventScrubber
    sentry_sdk.init(
    

...

  send_default_pii=False,
  event_scrubber=EventScrubber(),  # this is set by default

)


You can also pass in a custom `denylist` to the `EventScrubber` class and filter additional fields that you want.

```python
from sentry_sdk.scrubber import EventScrubber, DEFAULT_DENYLIST

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.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sentry-sdk](https://github.com/getsentry/sentry-python) ([changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)) | dependencies | minor | `1.17.0` -> `1.18.0` | --- ### Release Notes <details> <summary>getsentry/sentry-python</summary> ### [`v1.18.0`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#&#8203;1180) [Compare Source](https://github.com/getsentry/sentry-python/compare/1.17.0...1.18.0) ##### Various fixes & improvements - **New:** Implement `EventScrubber` ([#&#8203;1943](https://github.com/getsentry/sentry-python/issues/1943)) by [@&#8203;sl0thentr0py](https://github.com/sl0thentr0py) To learn more see our [Scrubbing Sensitive Data](https://docs.sentry.io/platforms/python/data-management/sensitive-data/#event-scrubber) documentation. Add a new `EventScrubber` class that scrubs certain potentially sensitive interfaces with a `DEFAULT_DENYLIST`. The default scrubber is automatically run if `send_default_pii = False`: ```python import sentry_sdk from sentry_sdk.scrubber import EventScrubber sentry_sdk.init( ``` ### ... send_default_pii=False, event_scrubber=EventScrubber(), # this is set by default ) ```` You can also pass in a custom `denylist` to the `EventScrubber` class and filter additional fields that you want. ```python from sentry_sdk.scrubber import EventScrubber, DEFAULT_DENYLIST ```` </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yNC41IiwidXBkYXRlZEluVmVyIjoiMzUuMjQuNSJ9-->
Xefir added 1 commit 2023-03-29 00:23:48 +00:00
continuous-integration/drone/push Build is passing Details
fd596f0fc3
Update dependency sentry-sdk to v1.18.0
Xefir merged commit 1f75c95f5f into master 2023-03-29 07:33:13 +00:00
Xefir deleted branch renovate/sentry-sdk-1.x-lockfile 2023-03-29 07:33:13 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Xefir/Divent#108
No description provided.