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 41 - Use SentryOptions.empty() #3387

Merged
merged 49 commits into from
May 2, 2024

Conversation

adinauer
Copy link
Member

#skip-changelog

📜 Description

💡 Motivation and Context

Creating new SentryOptions implies also creating things like executor service that are costly to create. SentryOptions.empty() already delays some of those costly things, however we should also fix #2541 as a follow up.

💚 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 25, 2024

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

Generated by 🚫 dangerJS against 12dda59

Copy link
Contributor

github-actions bot commented Apr 25, 2024

Performance metrics 🚀

  Plain With Sentry Diff
Startup time 430.06 ms 494.71 ms 64.65 ms
Size 1.70 MiB 2.28 MiB 595.72 KiB

Previous results on branch: feat/hsm-41-empty-options

Startup times

Revision Plain With Sentry Diff
bf02f25 348.40 ms 395.62 ms 47.22 ms

App size

Revision Plain With Sentry Diff
bf02f25 1.70 MiB 2.28 MiB 595.65 KiB

Copy link
Collaborator

@lbloder lbloder left a comment

Choose a reason for hiding this comment

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

LGTM 👍

Base automatically changed from feat/hsm-40-enabled-checks-client to 8.x.x May 2, 2024 12:38
@adinauer adinauer merged commit 9b61758 into 8.x.x May 2, 2024
10 of 19 checks passed
@adinauer adinauer deleted the feat/hsm-41-empty-options branch May 2, 2024 12:39
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