Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency sentry-sdk to v1.21.1 #650

Merged
merged 1 commit into from
May 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sentry-sdk (changelog) ==1.19.1 -> ==1.21.1 age adoption passing confidence

Release Notes

getsentry/sentry-python

v1.21.1

Compare Source

Various fixes & improvements

v1.21.0

Compare Source

Various fixes & improvements
  • Better handling of redis span/breadcrumb data (#​2033) by @​antonpirker

    Note: With this release we will limit the description of redis db spans and the data in breadcrumbs represting redis db operations to 1024 characters.

    This can can lead to truncated data. If you do not want this there is a new parameter max_data_size in RedisIntegration. You can set this to None for disabling trimming.

    Example for disabling trimming of redis commands in spans or breadcrumbs:

    sentry_sdk.init(
      integrations=[
        RedisIntegration(max_data_size=None),
      ]
    )

    Example for custom trim size of redis commands in spans or breadcrumbs:

    sentry_sdk.init(
      integrations=[
        RedisIntegration(max_data_size=50),
      ]
    )`
  • Add db.system to redis and SQLAlchemy db spans (#​2037, #​2038, #​2039) (#​2037) by @​AbhiPrasad

  • Upgraded linting tooling (#​2026) by @​antonpirker

  • Made code more resilient. (#​2031) by @​antonpirker

v1.20.0

Compare Source

Various fixes & improvements

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 Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Apr 19, 2023
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v1.20.0 chore(deps): update dependency sentry-sdk to v1.21.0 Apr 25, 2023
@renovate renovate bot force-pushed the renovate/sentry-sdk-1.x branch from 4351ff4 to fa2862d Compare April 25, 2023 15:51
@renovate renovate bot changed the title chore(deps): update dependency sentry-sdk to v1.21.0 chore(deps): update dependency sentry-sdk to v1.21.1 Apr 28, 2023
@renovate renovate bot force-pushed the renovate/sentry-sdk-1.x branch from fa2862d to 65321e6 Compare April 28, 2023 23:17
@goapunk goapunk merged commit ff25f86 into main May 2, 2023
@goapunk goapunk deleted the renovate/sentry-sdk-1.x branch May 2, 2023 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant