Skip to content

feat (Unity): Updated options #12636

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

Merged
merged 8 commits into from
Feb 18, 2025
Merged

feat (Unity): Updated options #12636

merged 8 commits into from
Feb 18, 2025

Conversation

bitsandfoxes
Copy link
Contributor

@bitsandfoxes bitsandfoxes commented Feb 10, 2025

This addresses the bigger changes introduced with 3.0.0 and cleans up the documentation around Unity SDK's options and their programmatic configuration.

  1. Merging of Runtime and BuildTime Configuration
  2. Defaulting to runtime initialization for native SDKs now on all platforms
  3. Opt-In to restore previous behaviour.
  4. Sentry CLI options and their programmatic configuration
  5. Migration Guide for 3.0.0

Also fixes getsentry/sentry-unity#1795

Copy link

vercel bot commented Feb 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
changelog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 18, 2025 2:35pm
develop-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 18, 2025 2:35pm
sentry-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 18, 2025 2:35pm

Copy link

codecov bot commented Feb 10, 2025

Bundle Report

Changes will increase total bundle size by 70.78kB (0.34%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
sentry-docs-server-cjs 11.01MB 70.78kB (0.65%) ⬆️
sentry-docs-client-array-push 9.39MB -6 bytes (-0.0%) ⬇️

Affected Assets, Files, and Routes:

view changes for bundle: sentry-docs-client-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
static/chunks/pages/_app-*.js -3 bytes 865.35kB -0.0%
static/chunks/1298-*.js -3 bytes 401.61kB -0.0%
static/c7ebBMj5XfknKmp6PbH3W/_buildManifest.js (New) 578 bytes 578 bytes 100.0% 🚀
static/c7ebBMj5XfknKmp6PbH3W/_ssgManifest.js (New) 77 bytes 77 bytes 100.0% 🚀
static/kcqh_OHQina-*.js (Deleted) -578 bytes 0 bytes -100.0% 🗑️
static/kcqh_OHQina-*.js (Deleted) -77 bytes 0 bytes -100.0% 🗑️
view changes for bundle: sentry-docs-server-cjs

Assets Changed:

Asset Name Size Change Total Size Change (%)
1729.js 23.14kB 1.73MB 1.35%
../instrumentation.js 23.14kB 1.07MB 2.22%
9523.js 23.14kB 1.04MB 2.27%
../app/[[...path]]/page.js.nft.json 451 bytes 378.37kB 0.12%
../app/platform-redirect/page.js.nft.json 451 bytes 378.28kB 0.12%
../app/sitemap.xml/route.js.nft.json 451 bytes 376.25kB 0.12%

Copy link
Member

Choose a reason for hiding this comment

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

❤️

Copy link
Contributor

@coolguyzone coolguyzone left a comment

Choose a reason for hiding this comment

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

Looks good! Thanks for updating.

Co-authored-by: Alex Krawiec <[email protected]>
Co-authored-by: Bruno Garcia <[email protected]>
@github-actions github-actions bot locked and limited conversation to collaborators Mar 6, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document IgnoreCliErrors
3 participants