Skip to content

Conversation

@github-actions
Copy link
Contributor

Bumps scripts/update-wizard.sh from v6.9.0 to v6.10.0.

Auto-generated by a dependency updater.

Changelog

6.10.0

  • chore(deps): Upgrade sentry/node from v7 to v10.29.0 (#1126)

    This is an internal dependency upgrade. The telemetry module now uses the v10 Scope-based APIs
    instead of the deprecated v7 Hub/NodeClient APIs. The public withTelemetry and traceStep
    APIs remain unchanged.

  • fix(nextjs): update Next.js template with webpack options (#1143)

    This fixes the Next.js config template using the old top-level webpack options. This change moves them to the new webpack namespace option.

  • Pin install version of sentry/cli to ^2 (#1144)

Features

  • feat(nextjs): Add Sentry.logger examples to example pages when logs feature is enabled (#1127)

  • feat(nextjs): Add Biome support and fix linting issues in generated code (#1128)

    • The Next.js wizard now detects if Biome is installed and offers to run biome check --write on generated files
    • Fixed generated code templates to pass Biome and ESLint checks:
      • Removed unreachable code in API route template
      • Added lang="en" attribute to <html> in global-error template
      • Fixed import order (Sentry first) in example page template
      • Added role="img" and aria-label to SVG for accessibility
      • Added rel="noopener" to target="_blank" links for security
      • Standardized double quotes in instrumentation templates

Fixes

  • Fix leaking absolute paths when creating example page (#1141)

fix(telemetry): Handle promise rejections during wizard cancellation (#1111)

Full CHANGELOG.md diff
 -1,5 +1,37 
 # Changelog
 
+## 6.10.0
+
+- chore(deps): Upgrade `sentry/node` from v7 to v10.29.0 ([#1126](https://github-redirect.dependabot.com/getsentry/sentry-wizard/pull/1126))
+
+  This is an internal dependency upgrade. The telemetry module now uses the v10 Scope-based APIs
+  instead of the deprecated v7 Hub/NodeClient APIs. The public `withTelemetry` and `traceStep`
+  APIs remain unchanged.
+
+- fix(nextjs): update Next.js template with webpack options ([#1143](https://github-redirect.dependabot.com/getsentry/sentry-wizard/pull/1143))
+
+  This fixes the Next.js config template using the old top-level webpack options. This change moves them to the new `webpack` namespace option.
+
+- Pin install version of `sentry/cli` to ^2 ([#1144](https://github-redirect.dependabot.com/getsentry/sentry-wizard/pull/1144))
+
+### Features
+
+- feat(nextjs): Add Sentry.logger examples to example pages when logs feature is enabled ([#1127](https://github-redirect.dependabot.com/getsentry/sentry-wizard/pull/1127))
+- feat(nextjs): Add Biome support and fix linting issues in generated code ([#1128](https://github-redirect.dependabot.com/getsentry/sentry-wizard/pull/1128))
+
+  - The Next.js wizard now detects if Biome is installed and offers to run `biome check --write` on generated files
+  - Fixed generated code templates to pass Biome and ESLint checks:
+    - Removed unreachable code in API route template
+    - Added `lang="en"` attribute to `<html>` in global-error template
+    - Fixed import order (Sentry first) in example page template
+    - Added `role="img"` and `aria-label` to SVG for accessibility
+    - Added `rel="noopener"` to `target="_blank"` links for security
+    - Standardized double quotes in instrumentation templates
+
+### Fixes
+
+- Fix leaking absolute paths when creating example page ([#1141](https://github-redirect.dependabot.com/getsentry/sentry-wizard/pull/1141))
+
 ## 6.9.0
 
 ### Features
 -31,9 +63,11 
 - feat: Add wizard for `react-router` framework mode ([#1076](https://github-redirect.dependabot.com/getsentry/sentry-wizard/pull/1076))
 
   This release adds a new wizard setup flow for React Router (framework):
+
   ```sh
   npx sentry/wizardlatest -i reactRouter
  • feat(nextjs): Add --spotlight support (#1119)

    This release adds a new mode for setting up the Sentry SDK in NextJS for Spotlight.
    -42,12 +76,13

    npx sentry/wizardlatest -i nextjs --spotlight
  • the NextJS SDK will be configured to only send its telemetry to Spotlight.
    No Sentry account is required to complete this flow.

6.6.1

-fix(telemetry): Handle promise rejections during wizard cancellation (#1111)
+fix(telemetry): Handle promise rejections during wizard cancellation (#1111)

Work in this release was contributed by kaanmertkoc. Thank you for your contribution!


</details>

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Dec 16, 2025
@antonis antonis added ready-to-merge Triggers the full CI test suite and removed ready-to-merge Triggers the full CI test suite labels Dec 16, 2025
Copy link
Contributor

@antonis antonis left a comment

Choose a reason for hiding this comment

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

Blocked on #5477

@antonis antonis self-requested a review December 16, 2025 09:34
@antonis antonis added Blocked and removed ready-to-merge Triggers the full CI test suite labels Dec 16, 2025
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-wizard.sh branch 5 times, most recently from feb77e5 to ee3c57f Compare December 17, 2025 09:17
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-wizard.sh branch from ee3c57f to a0952a7 Compare December 17, 2025 10:58
antonis and others added 2 commits December 17, 2025 17:39
…nction type (#5477)

* chore: update scripts/update-wizard.sh to v6.10.0

* fix(metro): Add next parameter to metroMiddleware to satisfy HandleFunction type

* Fixes lint issue

* Update test

* chore: update scripts/update-wizard.sh to v6.10.0

* Update all tests

* chore: update scripts/update-wizard.sh to v6.10.0

* chore: update scripts/update-wizard.sh to v6.10.0

* chore: update scripts/update-wizard.sh to v6.10.0

* chore: update scripts/update-wizard.sh to v6.10.0

---------

Co-authored-by: GitHub <[email protected]>
@antonis antonis added ready-to-merge Triggers the full CI test suite and removed Blocked labels Dec 17, 2025
Copy link
Contributor

@antonis antonis left a comment

Choose a reason for hiding this comment

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

With #5477 merged LGTM!
Waiting for the CI to get 🟢

@github-actions
Copy link
Contributor Author

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 447.23 ms 464.26 ms 17.03 ms
Size 43.75 MiB 48.08 MiB 4.33 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
1e7a472+dirty 348.80 ms 362.55 ms 13.75 ms
bc9680d 375.15 ms 401.12 ms 25.97 ms
d1fd647+dirty 413.02 ms 459.72 ms 46.70 ms
60cd796+dirty 445.84 ms 492.45 ms 46.61 ms
af9331b 449.77 ms 479.20 ms 29.43 ms
fa7bb7e+dirty 350.37 ms 377.02 ms 26.65 ms
8d20c8e+dirty 480.27 ms 503.35 ms 23.08 ms
d861c16+dirty 336.96 ms 349.14 ms 12.18 ms
9b50d32+dirty 455.51 ms 466.56 ms 11.05 ms
eb07ba3 470.04 ms 473.35 ms 3.31 ms

App size

Revision Plain With Sentry Diff
1e7a472+dirty 17.75 MiB 19.70 MiB 1.96 MiB
bc9680d 17.75 MiB 20.15 MiB 2.41 MiB
d1fd647+dirty 17.75 MiB 19.70 MiB 1.95 MiB
60cd796+dirty 43.75 MiB 48.07 MiB 4.32 MiB
af9331b 17.75 MiB 19.68 MiB 1.94 MiB
fa7bb7e+dirty 17.75 MiB 19.75 MiB 2.00 MiB
8d20c8e+dirty 43.75 MiB 47.99 MiB 4.23 MiB
d861c16+dirty 17.75 MiB 19.70 MiB 1.96 MiB
9b50d32+dirty 43.75 MiB 48.04 MiB 4.29 MiB
eb07ba3 17.75 MiB 20.15 MiB 2.41 MiB

Previous results on branch: deps/scripts/update-wizard.sh

Startup times

Revision Plain With Sentry Diff
60bcfad 381.13 ms 376.16 ms -4.97 ms
4646c88 420.87 ms 424.69 ms 3.82 ms
afc8fd1 436.18 ms 435.92 ms -0.26 ms
b5d7446+dirty 432.76 ms 427.44 ms -5.32 ms
ea445a4+dirty 488.62 ms 527.35 ms 38.74 ms
b241372+dirty 462.88 ms 448.42 ms -14.46 ms
ef387f0 456.31 ms 450.67 ms -5.63 ms
b435bf2 429.24 ms 445.24 ms 16.00 ms
a5f26a3 438.94 ms 438.39 ms -0.55 ms
ef17f08+dirty 426.12 ms 444.52 ms 18.40 ms

App size

Revision Plain With Sentry Diff
60bcfad 17.75 MiB 20.15 MiB 2.41 MiB
4646c88 17.75 MiB 20.15 MiB 2.40 MiB
afc8fd1 17.75 MiB 20.15 MiB 2.41 MiB
b5d7446+dirty 17.75 MiB 19.69 MiB 1.94 MiB
ea445a4+dirty 43.75 MiB 48.05 MiB 4.30 MiB
b241372+dirty 17.75 MiB 19.70 MiB 1.95 MiB
ef387f0 17.75 MiB 20.15 MiB 2.41 MiB
b435bf2 17.75 MiB 20.15 MiB 2.41 MiB
a5f26a3 17.75 MiB 19.68 MiB 1.93 MiB
ef17f08+dirty 43.75 MiB 48.05 MiB 4.29 MiB

@github-actions
Copy link
Contributor Author

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 370.25 ms 387.52 ms 17.27 ms
Size 43.94 MiB 48.91 MiB 4.97 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
083f560+dirty 383.96 ms 417.76 ms 33.80 ms
90afdd3+dirty 367.79 ms 404.84 ms 37.05 ms
60cd796+dirty 410.56 ms 439.00 ms 28.44 ms
fa7bb7e+dirty 285.22 ms 323.44 ms 38.22 ms
8d20c8e+dirty 469.90 ms 502.00 ms 32.10 ms
9b50d32+dirty 429.59 ms 423.89 ms -5.70 ms
1c38acd+dirty 411.84 ms 470.18 ms 58.34 ms
ba75c7c+dirty 377.92 ms 417.74 ms 39.83 ms
276d348+dirty 356.30 ms 405.27 ms 48.97 ms
1e7a472+dirty 319.58 ms 372.29 ms 52.71 ms

App size

Revision Plain With Sentry Diff
083f560+dirty 7.15 MiB 8.43 MiB 1.28 MiB
90afdd3+dirty 7.15 MiB 8.43 MiB 1.28 MiB
60cd796+dirty 43.94 MiB 48.90 MiB 4.96 MiB
fa7bb7e+dirty 7.15 MiB 8.46 MiB 1.31 MiB
8d20c8e+dirty 43.94 MiB 48.81 MiB 4.88 MiB
9b50d32+dirty 43.94 MiB 48.87 MiB 4.93 MiB
1c38acd+dirty 43.94 MiB 48.91 MiB 4.97 MiB
ba75c7c+dirty 7.15 MiB 8.42 MiB 1.27 MiB
276d348+dirty 7.15 MiB 8.42 MiB 1.26 MiB
1e7a472+dirty 7.15 MiB 8.43 MiB 1.28 MiB

Previous results on branch: deps/scripts/update-wizard.sh

Startup times

Revision Plain With Sentry Diff
b435bf2+dirty 374.43 ms 423.63 ms 49.20 ms
4646c88+dirty 399.92 ms 401.76 ms 1.84 ms
afc8fd1+dirty 334.53 ms 405.50 ms 70.97 ms
a5f26a3+dirty 384.51 ms 419.94 ms 35.43 ms
b5d7446+dirty 329.83 ms 411.14 ms 81.31 ms
ef387f0+dirty 352.73 ms 401.00 ms 48.27 ms
60bcfad+dirty 336.98 ms 385.37 ms 48.39 ms
ea445a4+dirty 405.98 ms 437.08 ms 31.10 ms
b241372+dirty 387.19 ms 419.89 ms 32.70 ms
ef17f08+dirty 365.84 ms 403.65 ms 37.81 ms

App size

Revision Plain With Sentry Diff
b435bf2+dirty 7.15 MiB 8.42 MiB 1.27 MiB
4646c88+dirty 7.15 MiB 8.42 MiB 1.26 MiB
afc8fd1+dirty 7.15 MiB 8.42 MiB 1.27 MiB
a5f26a3+dirty 7.15 MiB 8.41 MiB 1.26 MiB
b5d7446+dirty 7.15 MiB 8.42 MiB 1.26 MiB
ef387f0+dirty 7.15 MiB 8.42 MiB 1.27 MiB
60bcfad+dirty 7.15 MiB 8.42 MiB 1.27 MiB
ea445a4+dirty 43.94 MiB 48.88 MiB 4.94 MiB
b241372+dirty 7.15 MiB 8.43 MiB 1.28 MiB
ef17f08+dirty 43.94 MiB 48.87 MiB 4.93 MiB

@github-actions
Copy link
Contributor Author

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1213.81 ms 1218.80 ms 4.99 ms
Size 3.44 MiB 4.59 MiB 1.15 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
2b89ce9+dirty 1229.30 ms 1239.40 ms 10.10 ms
9bf5446+dirty 1206.20 ms 1206.69 ms 0.48 ms
90edad7+dirty 1222.08 ms 1228.40 ms 6.32 ms
f17e051+dirty 1193.71 ms 1223.51 ms 29.80 ms
c08359e+dirty 1235.25 ms 1233.96 ms -1.29 ms
5ee3314+dirty 1215.18 ms 1207.64 ms -7.54 ms
f70acbf+dirty 1235.71 ms 1243.14 ms 7.43 ms
3e0a5f9+dirty 1226.94 ms 1230.02 ms 3.08 ms
60cd796+dirty 1204.87 ms 1202.71 ms -2.17 ms
3401245+dirty 1222.60 ms 1223.06 ms 0.46 ms

App size

Revision Plain With Sentry Diff
2b89ce9+dirty 2.63 MiB 3.91 MiB 1.28 MiB
9bf5446+dirty 3.41 MiB 4.59 MiB 1.18 MiB
90edad7+dirty 2.63 MiB 4.00 MiB 1.36 MiB
f17e051+dirty 3.41 MiB 4.67 MiB 1.25 MiB
c08359e+dirty 2.63 MiB 3.81 MiB 1.18 MiB
5ee3314+dirty 2.63 MiB 3.99 MiB 1.35 MiB
f70acbf+dirty 2.63 MiB 3.98 MiB 1.34 MiB
3e0a5f9+dirty 2.63 MiB 3.81 MiB 1.18 MiB
60cd796+dirty 3.44 MiB 4.67 MiB 1.23 MiB
3401245+dirty 3.41 MiB 4.58 MiB 1.17 MiB

Previous results on branch: deps/scripts/update-wizard.sh

Startup times

Revision Plain With Sentry Diff
60bcfad+dirty 1206.08 ms 1205.23 ms -0.85 ms
b5d7446+dirty 1238.77 ms 1244.22 ms 5.45 ms
a5f26a3+dirty 1226.84 ms 1241.74 ms 14.90 ms
b241372+dirty 1237.86 ms 1243.13 ms 5.27 ms
4646c88+dirty 1234.76 ms 1234.11 ms -0.65 ms
afc8fd1+dirty 1221.19 ms 1237.13 ms 15.94 ms
ea445a4+dirty 1221.04 ms 1217.88 ms -3.17 ms
b435bf2+dirty 1240.18 ms 1243.18 ms 3.00 ms
ef387f0+dirty 1208.24 ms 1212.71 ms 4.47 ms
f5f5f87+dirty 1208.47 ms 1213.30 ms 4.83 ms

App size

Revision Plain With Sentry Diff
60bcfad+dirty 2.63 MiB 3.81 MiB 1.18 MiB
b5d7446+dirty 2.63 MiB 3.98 MiB 1.34 MiB
a5f26a3+dirty 2.63 MiB 3.87 MiB 1.24 MiB
b241372+dirty 2.63 MiB 4.00 MiB 1.36 MiB
4646c88+dirty 2.63 MiB 3.77 MiB 1.14 MiB
afc8fd1+dirty 2.63 MiB 3.81 MiB 1.18 MiB
ea445a4+dirty 3.41 MiB 4.59 MiB 1.18 MiB
b435bf2+dirty 2.63 MiB 3.81 MiB 1.18 MiB
ef387f0+dirty 2.63 MiB 3.81 MiB 1.18 MiB
f5f5f87+dirty 2.63 MiB 3.98 MiB 1.34 MiB

@github-actions
Copy link
Contributor Author

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1207.07 ms 1203.67 ms -3.39 ms
Size 3.44 MiB 4.59 MiB 1.15 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
2b89ce9+dirty 1241.19 ms 1254.20 ms 13.01 ms
9bf5446+dirty 1218.60 ms 1210.45 ms -8.15 ms
90edad7+dirty 1235.21 ms 1241.45 ms 6.24 ms
f17e051+dirty 1217.85 ms 1219.96 ms 2.11 ms
c08359e+dirty 1200.59 ms 1211.81 ms 11.22 ms
5ee3314+dirty 1234.25 ms 1235.44 ms 1.19 ms
f70acbf+dirty 1239.00 ms 1242.53 ms 3.53 ms
3e0a5f9+dirty 1233.65 ms 1239.10 ms 5.45 ms
60cd796+dirty 1206.08 ms 1213.36 ms 7.28 ms
3401245+dirty 1216.70 ms 1241.44 ms 24.74 ms

App size

Revision Plain With Sentry Diff
2b89ce9+dirty 3.19 MiB 4.48 MiB 1.29 MiB
9bf5446+dirty 3.41 MiB 4.59 MiB 1.18 MiB
90edad7+dirty 3.19 MiB 4.56 MiB 1.38 MiB
f17e051+dirty 3.41 MiB 4.67 MiB 1.25 MiB
c08359e+dirty 3.19 MiB 4.38 MiB 1.19 MiB
5ee3314+dirty 3.19 MiB 4.55 MiB 1.37 MiB
f70acbf+dirty 3.19 MiB 4.54 MiB 1.36 MiB
3e0a5f9+dirty 3.19 MiB 4.38 MiB 1.19 MiB
60cd796+dirty 3.44 MiB 4.67 MiB 1.23 MiB
3401245+dirty 3.41 MiB 4.58 MiB 1.17 MiB

Previous results on branch: deps/scripts/update-wizard.sh

Startup times

Revision Plain With Sentry Diff
60bcfad+dirty 1219.06 ms 1218.96 ms -0.10 ms
b5d7446+dirty 1233.71 ms 1243.25 ms 9.54 ms
a5f26a3+dirty 1210.89 ms 1208.32 ms -2.57 ms
b241372+dirty 1207.65 ms 1220.89 ms 13.24 ms
4646c88+dirty 1234.20 ms 1237.58 ms 3.38 ms
afc8fd1+dirty 1239.69 ms 1242.44 ms 2.74 ms
ea445a4+dirty 1206.35 ms 1211.62 ms 5.28 ms
b435bf2+dirty 1221.09 ms 1234.59 ms 13.50 ms
ef387f0+dirty 1232.45 ms 1233.88 ms 1.43 ms
f5f5f87+dirty 1250.61 ms 1255.90 ms 5.29 ms

App size

Revision Plain With Sentry Diff
60bcfad+dirty 3.19 MiB 4.38 MiB 1.19 MiB
b5d7446+dirty 3.19 MiB 4.54 MiB 1.36 MiB
a5f26a3+dirty 3.19 MiB 4.44 MiB 1.25 MiB
b241372+dirty 3.19 MiB 4.56 MiB 1.38 MiB
4646c88+dirty 3.19 MiB 4.34 MiB 1.16 MiB
afc8fd1+dirty 3.19 MiB 4.38 MiB 1.19 MiB
ea445a4+dirty 3.41 MiB 4.59 MiB 1.18 MiB
b435bf2+dirty 3.19 MiB 4.38 MiB 1.19 MiB
ef387f0+dirty 3.19 MiB 4.38 MiB 1.19 MiB
f5f5f87+dirty 3.19 MiB 4.54 MiB 1.36 MiB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ready-to-merge Triggers the full CI test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants