chore(deps): update dependency rollbar to v1.1.0 #2832
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.0.0
->==1.1.0
Release Notes
rollbar/pyrollbar (rollbar)
v1.1.0
Compare Source
Key Changes
Support for Python 3.12
The SDK officially supports and is tested against Python 3.12.
Support for
pathlib.Path()
Thanks to a community contributor David Baumgold we now support
pathlib.Path()
instead of just strings for both serialization and settings.Enforce Locals Max Sizes
In this release we have made some significant improvements to how we process large complex stack frames. There were shortening settings that were not properly being applied while truncating large objects. We have resolved those issues and made some other performance improvements to our data processing within the SDK.
We recommend reviewing the locals max sizes settings. The defaults are as follows...
The locals max sizes values were not consistently enforced in versions prior to
1.1.0
, and so you may find that data previously included in prior version of the SDK is now being truncated. If that data is vital to your error investigation, you will want to adjust these values.What's Changed
pathlib.Path()
objects by @singingwolfboy in $450ShortenerTransform
to use breadth first traversal by @danielmorell in #461Full Changelog: rollbar/pyrollbar@v1.0.0...v1.1.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.