Skip to content

Conversation

@adinauer
Copy link
Member

📜 Description

💡 Motivation and Context

💚 How did you test it?

📝 Checklist

  • I reviewed the submitted code.
  • I added tests to verify the changes.
  • No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled.
  • I updated the docs if needed.
  • Review from the native team if needed.
  • No breaking change or entry added to the changelog.
  • No breaking change for hybrid SDKs or communicated to hybrid SDKs.

🔮 Next steps

adinauer and others added 30 commits March 27, 2024 16:30
@github-actions
Copy link
Contributor

github-actions bot commented Apr 12, 2024

Fails
🚫 Please consider adding a changelog entry for the next release.
Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Instructions and example for changelog

Please add an entry to CHANGELOG.md to the "Unreleased" section. Make sure the entry includes this PR's number.

Example:

## Unreleased

- Hubs/Scopes Merge 26 - Use new API for Kotlin coroutines and SentryWrapper ([#3351](https://github.com/getsentry/sentry-java/pull/3351))

If none of the above apply, you can opt out of this check by adding #skip-changelog to the PR description.

Generated by 🚫 dangerJS against 9b200b0

assertEquals("c2value", getTag("c2"))
assertEquals("parentValue", getTag("parent"))
assertNull(getTag("c1"))
assertNotNull(getTag("c1"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, that's the way it's meant to work. nice!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should discuss how this should work in global hub mode. Since Sentry.getCurrentScopes always returns rootScopes (think mainHub) it behaves differently.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding a comment for further discussion on a follow up PR.

Base automatically changed from feat/hsm-25-servlet-integrations to 8.x.x April 22, 2024 13:26
@adinauer adinauer merged commit e0cb935 into 8.x.x Apr 22, 2024
@adinauer adinauer deleted the feat/hsm-26-coroutine-wrapper branch April 22, 2024 14:17
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.

3 participants