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

chore(deps): update JavaScript SDK to v8.35.0 #4196

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Bumps scripts/update-javascript.sh from 8.34.0 to 8.35.0.

Auto-generated by a dependency updater.

Changelog

8.35.0

Beta release of the official Nuxt Sentry SDK

This release marks the beta release of the sentry/nuxt Sentry SDK. For details on how to use it, check out the
Sentry Nuxt SDK README. Please reach out on
GitHub if you have any feedback or concerns.

  • feat(nuxt): Make dynamic import() wrapping default
    (#13958)
    (BREAKING)
  • feat(nuxt): Add Rollup plugin to wrap server entry with import()
    (#13945)

It is no longer required to add a Node --import flag. Please update your start command to avoid initializing Sentry
twice (BREAKING CHANGE).
The SDK will now apply modifications during the build of your application to allow for
patching of libraries during runtime. If run into issues with this change, you can disable this behavior in your
nuxt.config.ts and use the --import flag instead:

sentry: {
  dynamicImportForServerEntry: false;
}
  • feat(nuxt): Respect user-provided source map generation settings
    (#14020)

We now require you to explicitly enable sourcemaps for the clientside so that Sentry can un-minify your errors. We made
this change so source maps aren't accidentally leaked to the public. Enable source maps on the client as follows:

export default defineNuxtConfig({
  sourcemap: {
    client: true,
  },
});
  • feat(nuxt): Log server instrumentation might not work in dev
    (#14021)
  • feat(nuxt): Add Http responseHook with waitUntil
    (#13986)

Important Changes

  • feat(vue): Add Pinia plugin (#13841)

Support for Pinia is added in this release for sentry/vue. To capture Pinia state data,
add createSentryPiniaPlugin() to your Pinia store:

import { createPinia } from 'pinia';
import { createSentryPiniaPlugin } from 'sentry/vue';

const pinia = createPinia();

pinia.use(createSentryPiniaPlugin());
  • feat(node): Implement Sentry-specific http instrumentation
    (#13763)

This change introduces a new SentryHttpInstrumentation to handle non-span related HTTP instrumentation, allowing it to
run side-by-side with OTel's HttpInstrumentation. This improves support for custom OTel setups and avoids conflicts
with Sentry's instrumentation. Additionally, the spans: false option is reintroduced for httpIntegration to disable
span emission while still allowing custom HttpInstrumentation instances (httpIntegration({ spans: false })).

  • feat(core): Make stream instrumentation opt-in
    (#13951)

This change adds a new option trackFetchStreamPerformance to the browser tracing integration. Only when set to true,
Sentry will instrument streams via fetch.

Other Changes

  • feat(node): Expose suppressTracing API (#13875)
  • feat(replay): Do not log "timeout while trying to read resp body" as exception
    (#13965)
  • chore(node): Bump opentelemetry/instrumentation-express to 0.43.0
    (#13948)
  • chore(node): Bump opentelemetry/instrumentation-fastify to 0.40.0
    (#13983)
  • fix: Ensure type for init is correct in meta frameworks
    (#13938)
  • fix(core): .set the sentry-trace header instead of .appending in fetch instrumentation
    (#13907)
  • fix(module): keep version for node ESM package (#13922)
  • fix(node): Ensure ignoreOutgoingRequests of httpIntegration applies to breadcrumbs
    (#13970)
  • fix(replay): Fix onError sampling when loading an expired buffered session
    (#13962)
  • fix(replay): Ignore older performance entries when starting manually
    (#13969)
  • perf(node): Truncate breadcrumb messages created by console integration
    (#14006)

Work in this release was contributed by ZakrepaShe and zhiyan114. Thank you for your contributions!

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Oct 21, 2024
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from b97e432 to dec8932 Compare October 21, 2024 13:59
Copy link
Contributor Author

github-actions bot commented Oct 21, 2024

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1233.65 ms 1240.92 ms 7.27 ms
Size 2.36 MiB 3.10 MiB 753.07 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
34aba08+dirty 1276.78 ms 1308.52 ms 31.74 ms
457e29f+dirty 1253.94 ms 1269.18 ms 15.24 ms
9a3ca65+dirty 1247.06 ms 1274.58 ms 27.52 ms
b95b8af+dirty 1221.39 ms 1228.52 ms 7.13 ms
70caa60+dirty 1218.27 ms 1230.30 ms 12.03 ms
d197b5c+dirty 1217.61 ms 1242.66 ms 25.05 ms
5446992+dirty 1273.28 ms 1276.68 ms 3.40 ms
e73f4ed+dirty 1243.27 ms 1244.52 ms 1.25 ms
2534337+dirty 1225.08 ms 1230.26 ms 5.17 ms
5a22220+dirty 1209.49 ms 1220.94 ms 11.45 ms

App size

Revision Plain With Sentry Diff
34aba08+dirty 2.36 MiB 2.85 MiB 495.32 KiB
457e29f+dirty 2.36 MiB 2.87 MiB 520.67 KiB
9a3ca65+dirty 2.36 MiB 2.82 MiB 462.89 KiB
b95b8af+dirty 2.36 MiB 3.14 MiB 793.32 KiB
70caa60+dirty 2.36 MiB 2.83 MiB 479.27 KiB
d197b5c+dirty 2.36 MiB 2.82 MiB 462.86 KiB
5446992+dirty 2.36 MiB 2.88 MiB 531.94 KiB
e73f4ed+dirty 2.36 MiB 2.82 MiB 469.44 KiB
2534337+dirty 2.36 MiB 2.88 MiB 525.47 KiB
5a22220+dirty 2.36 MiB 2.92 MiB 570.21 KiB

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

Startup times

Revision Plain With Sentry Diff
cdeca8b+dirty 1212.42 ms 1223.69 ms 11.27 ms

App size

Revision Plain With Sentry Diff
cdeca8b+dirty 2.36 MiB 3.09 MiB 743.02 KiB

Copy link
Contributor Author

github-actions bot commented Oct 21, 2024

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1226.15 ms 1220.27 ms -5.88 ms
Size 2.92 MiB 3.66 MiB 758.45 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
34aba08+dirty 1268.58 ms 1276.80 ms 8.22 ms
457e29f+dirty 1256.71 ms 1258.50 ms 1.79 ms
9a3ca65+dirty 1276.40 ms 1279.14 ms 2.74 ms
b95b8af+dirty 1235.60 ms 1242.06 ms 6.46 ms
70caa60+dirty 1279.08 ms 1281.54 ms 2.46 ms
d197b5c+dirty 1234.80 ms 1249.20 ms 14.40 ms
5446992+dirty 1249.94 ms 1254.80 ms 4.86 ms
e73f4ed+dirty 1282.90 ms 1309.30 ms 26.40 ms
2534337+dirty 1220.87 ms 1221.47 ms 0.60 ms
5a22220+dirty 1246.18 ms 1249.61 ms 3.43 ms

App size

Revision Plain With Sentry Diff
34aba08+dirty 2.92 MiB 3.41 MiB 499.03 KiB
457e29f+dirty 2.92 MiB 3.43 MiB 524.75 KiB
9a3ca65+dirty 2.92 MiB 3.37 MiB 464.32 KiB
b95b8af+dirty 2.92 MiB 3.69 MiB 794.16 KiB
70caa60+dirty 2.92 MiB 3.39 MiB 486.04 KiB
d197b5c+dirty 2.92 MiB 3.37 MiB 464.41 KiB
5446992+dirty 2.92 MiB 3.44 MiB 535.26 KiB
e73f4ed+dirty 2.92 MiB 3.38 MiB 475.71 KiB
2534337+dirty 2.92 MiB 3.43 MiB 529.76 KiB
5a22220+dirty 2.92 MiB 3.48 MiB 575.81 KiB

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

Startup times

Revision Plain With Sentry Diff
cdeca8b+dirty 1235.78 ms 1225.23 ms -10.55 ms

App size

Revision Plain With Sentry Diff
cdeca8b+dirty 2.92 MiB 3.64 MiB 744.52 KiB

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from dec8932 to 39a007c Compare October 21, 2024 15:11
Copy link
Contributor Author

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 360.52 ms 418.29 ms 57.77 ms
Size 7.15 MiB 8.35 MiB 1.20 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
52c0562+dirty 401.23 ms 435.65 ms 34.42 ms
d197b5c+dirty 258.75 ms 313.61 ms 54.86 ms
2ec71da+dirty 375.64 ms 431.59 ms 55.95 ms
b95b8af+dirty 392.94 ms 428.00 ms 35.06 ms
4a6664f+dirty 357.02 ms 394.91 ms 37.89 ms
0db0c72+dirty 335.20 ms 351.06 ms 15.86 ms
0677344+dirty 288.40 ms 391.44 ms 103.04 ms
e2b64fe+dirty 258.82 ms 304.26 ms 45.44 ms
76d1baf+dirty 339.02 ms 408.65 ms 69.63 ms
9a3ca65+dirty 344.96 ms 358.92 ms 13.96 ms

App size

Revision Plain With Sentry Diff
52c0562+dirty 7.15 MiB 8.39 MiB 1.24 MiB
d197b5c+dirty 7.15 MiB 8.09 MiB 962.72 KiB
2ec71da+dirty 7.15 MiB 8.38 MiB 1.23 MiB
b95b8af+dirty 7.15 MiB 8.38 MiB 1.23 MiB
4a6664f+dirty 7.15 MiB 8.22 MiB 1.07 MiB
0db0c72+dirty 7.15 MiB 8.04 MiB 911.02 KiB
0677344+dirty 7.15 MiB 8.07 MiB 949.80 KiB
e2b64fe+dirty 7.15 MiB 8.07 MiB 947.16 KiB
76d1baf+dirty 7.15 MiB 8.09 MiB 964.41 KiB
9a3ca65+dirty 7.15 MiB 8.09 MiB 962.83 KiB

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

Startup times

Revision Plain With Sentry Diff
cdeca8b+dirty 418.09 ms 468.62 ms 50.53 ms

App size

Revision Plain With Sentry Diff
cdeca8b+dirty 7.15 MiB 8.35 MiB 1.20 MiB

@krystofwoldrich krystofwoldrich enabled auto-merge (squash) October 22, 2024 13:15
Copy link
Member

@krystofwoldrich krystofwoldrich left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@krystofwoldrich krystofwoldrich merged commit 17be197 into main Oct 22, 2024
59 of 60 checks passed
@krystofwoldrich krystofwoldrich deleted the deps/scripts/update-javascript.sh branch October 22, 2024 13:15
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants