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

Hubs/Scopes Merge 30 - Add getGlobalScope and forkedRootScopes to IScopes #3359

Merged
merged 36 commits into from
Apr 23, 2024

Conversation

adinauer
Copy link
Member

#skip-changelog

📜 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
Copy link
Contributor

github-actions bot commented Apr 16, 2024

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against c3d5466

Copy link
Contributor

github-actions bot commented Apr 16, 2024

Performance metrics 🚀

  Plain With Sentry Diff
Startup time 350.38 ms 426.94 ms 76.56 ms
Size 1.70 MiB 2.28 MiB 596.07 KiB

Previous results on branch: feat/hsm-30-get-global-scope-forked-root-scopes

Startup times

Revision Plain With Sentry Diff
d99db5a 378.64 ms 446.96 ms 68.32 ms

App size

Revision Plain With Sentry Diff
d99db5a 1.70 MiB 2.28 MiB 596.07 KiB

@@ -414,6 +423,13 @@ default void configureScope(@NotNull ScopeCallback callback) {
*/
public @NotNull IScope getIsolationScope();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Does not need to be public in interface.
Still in discussion if we actually need it and whether to mark it as @ApiStatus.Internal

Base automatically changed from feat/hsm-29-todos to 8.x.x April 23, 2024 13:17
@adinauer adinauer merged commit e296fb6 into 8.x.x Apr 23, 2024
9 of 16 checks passed
@adinauer adinauer deleted the feat/hsm-30-get-global-scope-forked-root-scopes branch April 23, 2024 13:21
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