-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update Rust crate sentry to 0.36.0 #3560
Conversation
|
Run & review this pull request in StackBlitz Codeflow. |
|
Reviewer's Guide by SourceryThis PR updates the Sequence diagram showing updated span sampling behaviorsequenceDiagram
participant App
participant Span
participant Sampler
App->>Span: Create span
Note over Span: Sampling delayed
App->>Span: Perform operations
App->>Span: finish()
Span->>Sampler: Sample span
Note over Sampler: Sampling decision made at finish
Class diagram showing updated Sentry componentsclassDiagram
class SentryLayer {
+Sync
}
class SentryService {
+Sync
}
class Scope {
+get_user()
}
note for SentryLayer "Now implements Sync trait"
note for SentryService "Now implements Sync trait"
note for Scope "New method to retrieve user"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
This PR contains the following updates:
0.35.0
->0.36.0
Release Notes
getsentry/sentry-rust (sentry)
v0.36.0
Compare Source
Various fixes & improvements
Sync
if request isn't (#721) by @sypharaxum
dependency to v0.8 (#718) by @Turbo87finish
(#712) by @thomaseizingerConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.
Summary by Sourcery
Build:
sentry
crate dependency inpackages/next-swc/crates/napi/Cargo.toml
to 0.36.0.