Skip to content

Buzz sentry#1

Draft
Gongcu wants to merge 76 commits into
masterfrom
buzz-sentry
Draft

Buzz sentry#1
Gongcu wants to merge 76 commits into
masterfrom
buzz-sentry

Conversation

@Gongcu

@Gongcu Gongcu commented Nov 3, 2022

Copy link
Copy Markdown

📜 Description

💡 Motivation and Context

💚 How did you test it?

📝 Checklist

  • I reviewed the submitted code
  • I added tests to verify the changes
  • I updated the docs if needed
  • Review from the native team if needed
  • No breaking changes

🔮 Next steps

Gongcu and others added 18 commits November 4, 2022 12:04
Replace delay with DispatchQueue with flush.
* capture thread ID on which each transaction is started
- required changing SentryTracer to an ObjC++ file to use our C++ interface to get thread IDs; when this happened, a latent type mismatch was uncovered, breaking the compilation. it required a bit of a nonobvious semantic change from `false` (which resolves to 0, where parentSampled used to be a boolean type property set to false, and was changed to the NSUInteger-backed enum) to `kSentrySampleDecisionUndecided` (which is the 0 value in the enum), and not kSentrySampleDecisionNo as "false" might imply
* discard transactions that end before the profile started
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants