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 v7.75.1 #3344

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 14, 2023

Bumps scripts/update-javascript.sh from 7.73.0 to 7.75.1.

Auto-generated by a dependency updater.

Changelog

7.75.1

  • feat(browser): Allow collecting of pageload profiles (#9317)
  • fix(browser): Correct timestamp on pageload profiles (#9350)
  • fix(nextjs): Use webpack plugin release value to inject release (#9348)

7.75.0

Important Changes

  • feat(opentelemetry): Add new sentry/opentelemetry package (#9238)

This release publishes a new package, sentry/opentelemetry. This is a runtime agnostic replacement for sentry/opentelemetry-node and exports a couple of useful utilities which can be used to use Sentry together with OpenTelemetry.

You can read more about sentry/opentelemetry in the Readme.

  • feat(replay): Allow to treeshake rrweb features (#9274)

Starting with this release, you can configure the following build-time flags in order to reduce the SDK bundle size:

  • __RRWEB_EXCLUDE_CANVAS__
  • __RRWEB_EXCLUDE_IFRAME__
  • __RRWEB_EXCLUDE_SHADOW_DOM__

You can read more about tree shaking in our docs.

Other Changes

  • build(deno): Prepare Deno SDK for release on npm (#9281)
  • feat: Remove tslib (#9299)
  • feat(node): Add abnormal session support for ANR (#9268)
  • feat(node): Remove lru_map dependency (#9300)
  • feat(node): Vendor cookie module (#9308)
  • feat(replay): Share performance instrumentation with tracing (#9296)
  • feat(types): Add missing Profiling types (macho debug image, profile measurements, stack frame properties) (#9277)
  • feat(types): Add statsd envelope types (#9304)
  • fix(astro): Add integration default export to types entry point (#9337)
  • fix(astro): Convert SDK init file import paths to POSIX paths (#9336)
  • fix(astro): Make Replay and BrowserTracing integrations tree-shakeable (#9287)
  • fix(integrations): Fix transaction integration (#9334)
  • fix(nextjs): Restore autoInstrumentMiddleware functionality (#9323)
  • fix(nextjs): Guard for case where getInitialProps may return undefined (#9342)
  • fix(node-experimental): Make node-fetch support optional (#9321)
  • fix(node): Check buffer length when attempting to parse ANR frame (#9314)
  • fix(replay): Fix xhr start timestamps (#9341)
  • fix(tracing-internal): Remove query params from urls with a trailing slash (#9328)
  • fix(types): Remove typo with CheckInEnvelope (#9303)

7.74.1

  • chore(astro): Add astro-integration keyword (#9265)
  • fix(core): Narrow filters for health check transactions (#9257)
  • fix(nextjs): Fix HMR by inserting new entrypoints at the end (#9267)
  • fix(nextjs): Fix resolution of request async storage module (#9259)
  • fix(node-experimental): Guard against missing fetch (#9275)
  • fix(remix): Update defer injection logic. (#9242)
  • fix(tracing-internal): Parameterize express middleware parameters (#8668)
  • fix(utils): Move Node specific ANR impl. out of utils (#9258)

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

7.74.0

Important Changes

  • feat(astro): Add sentryAstro integration (#9218)

This Release introduces the first alpha version of our new SDK for Astro.
At this time, the SDK is considered experimental and things might break and change in future versions.

The core of the SDK is an Astro integration which you easily add to your Astro config:

// astro.config.js
import { defineConfig } from "astro/config";
import sentry from "sentry/astro";

export default defineConfig({
  integrations: [
    sentry({
      dsn: "__DSN__",
      sourceMapsUploadOptions: {
        project: "astro",
        authToken: process.env.SENTRY_AUTH_TOKEN,
      },
    }),
  ],
});

Check out the README for usage instructions and what to expect from this alpha release.

Other Changes

  • feat(core): Add addIntegration utility (#9186)
  • feat(core): Add continueTrace method (#9164)
  • feat(node-experimental): Add NodeFetch integration (#9226)
  • feat(node-experimental): Use native OTEL Spans (#9161, #9214)
  • feat(node-experimental): Sample in OTEL Sampler (#9203)
  • feat(serverlesss): Allow disabling transaction traces (#9154)
  • feat(tracing): Allow direct pg module to enable esbuild support (#9227)
  • feat(utils): Move common node ANR code to utils (#9191)
  • feat(vue): Expose VueIntegration to initialize vue app later (#9180)
  • fix: Don't set referrerPolicy on serverside fetch transports (#9200)
  • fix: Ensure we never mutate options passed to init (#9162)
  • fix(ember): Avoid pulling in utils at build time (#9221)
  • fix(ember): Drop undefined config values (#9175)
  • fix(node): Ensure mysql integration works without callback (#9222)
  • fix(node): Only require inspector when needed (#9149)
  • fix(node): Remove ANR debug option and instead add logger.isEnabled() (#9230)
  • fix(node): Strip .mjs and .cjs extensions from module name (#9231)
  • fix(replay): bump rrweb to 2.0.1 (#9240)
  • fix(replay): Fix potential broken CSS in styled-components (#9234)
  • fix(sveltekit): Flush in server wrappers before exiting (#9153)
  • fix(types): Update signature of processEvent integration hook (#9151)
  • fix(utils): Dereference DOM events after they have servered their purpose (#9224)
  • ref(integrations): Refactor pluggable integrations to use processEvent (#9021)
  • ref(serverless): Properly deprecate rethrowAfterCapture option (#9159)
  • ref(utils): Deprecate walk method (#9157)

Work in this release contributed by aldenquimby. Thank you for your contributions!

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Oct 14, 2023
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from 1c76339 to bf8872a Compare October 14, 2023 03:03
@github-actions
Copy link
Contributor Author

github-actions bot commented Oct 14, 2023

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 437.77 ms 465.12 ms 27.35 ms
Size 17.73 MiB 19.86 MiB 2.12 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
dadc233+dirty 333.78 ms 343.94 ms 10.16 ms
acadc0f+dirty 373.24 ms 381.51 ms 8.27 ms
e5c9b8b 409.02 ms 426.66 ms 17.64 ms
86d6d2c+dirty 332.90 ms 352.45 ms 19.55 ms
0677344 327.74 ms 337.14 ms 9.40 ms
d7401ac+dirty 375.20 ms 383.51 ms 8.31 ms
457e29f 398.10 ms 421.39 ms 23.29 ms
9c48b2c 349.24 ms 385.96 ms 36.72 ms
0db0c72 372.12 ms 386.00 ms 13.88 ms
9a3ca65+dirty 326.93 ms 330.14 ms 3.21 ms

App size

Revision Plain With Sentry Diff
dadc233+dirty 17.73 MiB 19.75 MiB 2.02 MiB
acadc0f+dirty 17.73 MiB 19.75 MiB 2.01 MiB
e5c9b8b 17.73 MiB 19.83 MiB 2.10 MiB
86d6d2c+dirty 17.73 MiB 20.04 MiB 2.31 MiB
0677344 17.73 MiB 19.81 MiB 2.07 MiB
d7401ac+dirty 17.73 MiB 19.75 MiB 2.02 MiB
457e29f 17.73 MiB 19.84 MiB 2.10 MiB
9c48b2c 17.73 MiB 19.80 MiB 2.07 MiB
0db0c72 17.73 MiB 19.75 MiB 2.02 MiB
9a3ca65+dirty 17.73 MiB 20.04 MiB 2.31 MiB

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

Startup times

Revision Plain With Sentry Diff
de7c573 349.67 ms 369.54 ms 19.87 ms
5eab2fa 334.02 ms 351.58 ms 17.56 ms
d70b1d5 370.98 ms 385.73 ms 14.75 ms
2f190d7 607.78 ms 643.92 ms 36.14 ms
8a5e51c 340.25 ms 347.10 ms 6.85 ms
6f9eae7 353.08 ms 360.29 ms 7.21 ms
0e781a5 323.60 ms 347.85 ms 24.26 ms
98fe518+dirty 334.39 ms 349.35 ms 14.96 ms
6750c69+dirty 393.45 ms 434.06 ms 40.62 ms
04349b0+dirty 347.00 ms 354.78 ms 7.78 ms

App size

Revision Plain With Sentry Diff
de7c573 17.73 MiB 19.83 MiB 2.09 MiB
5eab2fa 17.73 MiB 19.76 MiB 2.02 MiB
d70b1d5 17.73 MiB 19.83 MiB 2.10 MiB
2f190d7 17.73 MiB 19.85 MiB 2.12 MiB
8a5e51c 17.73 MiB 19.80 MiB 2.07 MiB
6f9eae7 17.73 MiB 19.76 MiB 2.02 MiB
0e781a5 17.73 MiB 19.80 MiB 2.07 MiB
98fe518+dirty 17.73 MiB 19.75 MiB 2.02 MiB
6750c69+dirty 17.73 MiB 20.05 MiB 2.32 MiB
04349b0+dirty 17.73 MiB 20.06 MiB 2.32 MiB

@github-actions
Copy link
Contributor Author

github-actions bot commented Oct 14, 2023

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1251.82 ms 1264.60 ms 12.78 ms
Size 2.36 MiB 2.88 MiB 532.98 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
e2b64fe+dirty 1232.22 ms 1255.20 ms 22.98 ms
3853f43+dirty 1221.82 ms 1242.64 ms 20.82 ms
dadc233+dirty 1223.20 ms 1236.88 ms 13.68 ms
457e29f+dirty 1253.94 ms 1269.18 ms 15.24 ms
acadc0f+dirty 1264.38 ms 1290.06 ms 25.68 ms
0db0c72+dirty 1275.02 ms 1285.84 ms 10.82 ms
86d6d2c+dirty 1267.55 ms 1286.21 ms 18.66 ms
5446992+dirty 1273.28 ms 1276.68 ms 3.40 ms
d7401ac+dirty 1252.38 ms 1275.04 ms 22.66 ms
ad6c299+dirty 1244.76 ms 1260.10 ms 15.34 ms

App size

Revision Plain With Sentry Diff
e2b64fe+dirty 2.36 MiB 2.85 MiB 495.80 KiB
3853f43+dirty 2.36 MiB 2.85 MiB 499.81 KiB
dadc233+dirty 2.36 MiB 2.84 MiB 486.85 KiB
457e29f+dirty 2.36 MiB 2.87 MiB 520.67 KiB
acadc0f+dirty 2.36 MiB 2.83 MiB 480.37 KiB
0db0c72+dirty 2.36 MiB 2.84 MiB 487.01 KiB
86d6d2c+dirty 2.36 MiB 2.82 MiB 462.82 KiB
5446992+dirty 2.36 MiB 2.88 MiB 531.94 KiB
d7401ac+dirty 2.36 MiB 2.83 MiB 481.14 KiB
ad6c299+dirty 2.36 MiB 2.84 MiB 488.85 KiB

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

Startup times

Revision Plain With Sentry Diff
2f190d7+dirty 1286.63 ms 1296.68 ms 10.05 ms
de7c573+dirty 1263.92 ms 1268.14 ms 4.22 ms
5eab2fa+dirty 1241.82 ms 1242.70 ms 0.88 ms
60ceb06+dirty 1230.88 ms 1250.42 ms 19.54 ms
6f9eae7+dirty 1266.06 ms 1271.48 ms 5.42 ms
98fe518+dirty 1251.16 ms 1262.00 ms 10.84 ms
8a5e51c+dirty 1275.38 ms 1307.88 ms 32.49 ms
d70b1d5+dirty 1246.45 ms 1271.20 ms 24.75 ms
6750c69+dirty 1242.69 ms 1256.00 ms 13.31 ms
0e781a5+dirty 1244.59 ms 1256.72 ms 12.13 ms

App size

Revision Plain With Sentry Diff
2f190d7+dirty 2.36 MiB 2.88 MiB 532.53 KiB
de7c573+dirty 2.36 MiB 2.86 MiB 512.62 KiB
5eab2fa+dirty 2.36 MiB 2.84 MiB 490.39 KiB
60ceb06+dirty 2.36 MiB 2.85 MiB 495.35 KiB
6f9eae7+dirty 2.36 MiB 2.84 MiB 489.62 KiB
98fe518+dirty 2.36 MiB 2.83 MiB 481.64 KiB
8a5e51c+dirty 2.36 MiB 2.85 MiB 495.71 KiB
d70b1d5+dirty 2.36 MiB 2.87 MiB 520.36 KiB
6750c69+dirty 2.36 MiB 2.83 MiB 477.50 KiB
0e781a5+dirty 2.36 MiB 2.85 MiB 495.46 KiB

@github-actions
Copy link
Contributor Author

github-actions bot commented Oct 14, 2023

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1264.78 ms 1273.36 ms 8.58 ms
Size 2.92 MiB 3.44 MiB 536.24 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
e2b64fe+dirty 1285.78 ms 1297.56 ms 11.78 ms
3853f43+dirty 1271.74 ms 1278.04 ms 6.30 ms
dadc233+dirty 1266.52 ms 1282.55 ms 16.03 ms
457e29f+dirty 1256.71 ms 1258.50 ms 1.79 ms
acadc0f+dirty 1271.12 ms 1272.28 ms 1.16 ms
0db0c72+dirty 1258.88 ms 1262.52 ms 3.64 ms
86d6d2c+dirty 1291.62 ms 1296.80 ms 5.18 ms
5446992+dirty 1249.94 ms 1254.80 ms 4.86 ms
d7401ac+dirty 1288.10 ms 1289.54 ms 1.44 ms
ad6c299+dirty 1248.50 ms 1248.88 ms 0.38 ms

App size

Revision Plain With Sentry Diff
e2b64fe+dirty 2.92 MiB 3.41 MiB 499.97 KiB
3853f43+dirty 2.92 MiB 3.41 MiB 503.54 KiB
dadc233+dirty 2.92 MiB 3.40 MiB 492.53 KiB
457e29f+dirty 2.92 MiB 3.43 MiB 524.75 KiB
acadc0f+dirty 2.92 MiB 3.39 MiB 487.34 KiB
0db0c72+dirty 2.92 MiB 3.40 MiB 492.71 KiB
86d6d2c+dirty 2.92 MiB 3.37 MiB 464.31 KiB
5446992+dirty 2.92 MiB 3.44 MiB 535.26 KiB
d7401ac+dirty 2.92 MiB 3.40 MiB 488.06 KiB
ad6c299+dirty 2.92 MiB 3.40 MiB 494.12 KiB

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

Startup times

Revision Plain With Sentry Diff
2f190d7+dirty 1272.39 ms 1280.80 ms 8.41 ms
de7c573+dirty 1238.06 ms 1242.26 ms 4.20 ms
5eab2fa+dirty 1284.29 ms 1306.68 ms 22.39 ms
60ceb06+dirty 1242.86 ms 1253.76 ms 10.90 ms
6f9eae7+dirty 1256.06 ms 1278.59 ms 22.53 ms
98fe518+dirty 1259.43 ms 1263.60 ms 4.17 ms
8a5e51c+dirty 1259.88 ms 1269.09 ms 9.21 ms
d70b1d5+dirty 1276.94 ms 1282.92 ms 5.98 ms
6750c69+dirty 1285.45 ms 1285.86 ms 0.41 ms
0e781a5+dirty 1268.86 ms 1269.18 ms 0.32 ms

App size

Revision Plain With Sentry Diff
2f190d7+dirty 2.92 MiB 3.44 MiB 535.84 KiB
de7c573+dirty 2.92 MiB 3.42 MiB 516.27 KiB
5eab2fa+dirty 2.92 MiB 3.40 MiB 495.21 KiB
60ceb06+dirty 2.92 MiB 3.41 MiB 499.07 KiB
6f9eae7+dirty 2.92 MiB 3.40 MiB 494.93 KiB
98fe518+dirty 2.92 MiB 3.40 MiB 488.60 KiB
8a5e51c+dirty 2.92 MiB 3.41 MiB 499.88 KiB
d70b1d5+dirty 2.92 MiB 3.43 MiB 524.43 KiB
6750c69+dirty 2.92 MiB 3.39 MiB 484.54 KiB
0e781a5+dirty 2.92 MiB 3.41 MiB 499.67 KiB

@github-actions
Copy link
Contributor Author

github-actions bot commented Oct 14, 2023

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 361.96 ms 387.59 ms 25.63 ms
Size 7.15 MiB 8.13 MiB 1001.74 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
e2b64fe+dirty 258.82 ms 304.26 ms 45.44 ms
3853f43+dirty 278.12 ms 338.72 ms 60.60 ms
dadc233+dirty 363.19 ms 370.37 ms 7.18 ms
457e29f+dirty 591.49 ms 612.96 ms 21.47 ms
acadc0f+dirty 259.04 ms 304.67 ms 45.63 ms
0db0c72+dirty 335.20 ms 351.06 ms 15.86 ms
86d6d2c+dirty 267.21 ms 325.24 ms 58.04 ms
5446992+dirty 371.61 ms 390.00 ms 18.39 ms
d7401ac+dirty 373.98 ms 394.08 ms 20.10 ms
ad6c299+dirty 336.47 ms 362.89 ms 26.42 ms

App size

Revision Plain With Sentry Diff
e2b64fe+dirty 7.15 MiB 8.07 MiB 947.16 KiB
3853f43+dirty 7.15 MiB 8.08 MiB 959.34 KiB
dadc233+dirty 7.15 MiB 8.04 MiB 910.84 KiB
457e29f+dirty 7.15 MiB 8.10 MiB 981.29 KiB
acadc0f+dirty 7.15 MiB 8.03 MiB 903.20 KiB
0db0c72+dirty 7.15 MiB 8.04 MiB 911.02 KiB
86d6d2c+dirty 7.15 MiB 8.09 MiB 962.69 KiB
5446992+dirty 7.15 MiB 8.12 MiB 999.45 KiB
d7401ac+dirty 7.15 MiB 8.04 MiB 910.85 KiB
ad6c299+dirty 7.15 MiB 8.04 MiB 912.17 KiB

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

Startup times

Revision Plain With Sentry Diff
2f190d7+dirty 363.63 ms 370.58 ms 6.95 ms
de7c573+dirty 276.68 ms 349.70 ms 73.02 ms
5eab2fa+dirty 308.78 ms 331.98 ms 23.20 ms
60ceb06+dirty 282.59 ms 328.73 ms 46.14 ms
6f9eae7+dirty 346.26 ms 417.65 ms 71.40 ms
98fe518+dirty 334.79 ms 372.23 ms 37.44 ms
8a5e51c+dirty 264.02 ms 308.77 ms 44.75 ms
d70b1d5+dirty 351.40 ms 383.04 ms 31.64 ms
6750c69+dirty 277.10 ms 322.10 ms 45.00 ms
0e781a5+dirty 267.70 ms 357.64 ms 89.94 ms

App size

Revision Plain With Sentry Diff
2f190d7+dirty 7.15 MiB 8.12 MiB 1000.73 KiB
de7c573+dirty 7.15 MiB 8.09 MiB 970.82 KiB
5eab2fa+dirty 7.15 MiB 8.04 MiB 913.81 KiB
60ceb06+dirty 7.15 MiB 8.05 MiB 923.49 KiB
6f9eae7+dirty 7.15 MiB 8.04 MiB 913.76 KiB
98fe518+dirty 7.15 MiB 8.04 MiB 911.30 KiB
8a5e51c+dirty 7.15 MiB 8.07 MiB 947.35 KiB
d70b1d5+dirty 7.15 MiB 8.10 MiB 979.85 KiB
6750c69+dirty 7.15 MiB 8.10 MiB 971.75 KiB
0e781a5+dirty 7.15 MiB 8.07 MiB 946.50 KiB

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from bf8872a to 1cf4926 Compare October 17, 2023 03:03
@github-actions github-actions bot changed the title chore(deps): update JavaScript SDK to v7.74.0 chore(deps): update JavaScript SDK to v7.74.1 Oct 17, 2023
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch 4 times, most recently from b1e859b to df34921 Compare October 24, 2023 03:03
@github-actions github-actions bot changed the title chore(deps): update JavaScript SDK to v7.74.1 chore(deps): update JavaScript SDK to v7.75.0 Oct 25, 2023
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from df34921 to 4191c93 Compare October 25, 2023 03:03
@github-actions github-actions bot changed the title chore(deps): update JavaScript SDK to v7.75.0 chore(deps): update JavaScript SDK to v7.75.1 Oct 26, 2023
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from 4191c93 to 97a3bde Compare October 26, 2023 03:03
@krystofwoldrich krystofwoldrich enabled auto-merge (squash) October 27, 2023 09:54
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 d99f906 into main Oct 27, 2023
50 checks passed
@krystofwoldrich krystofwoldrich deleted the deps/scripts/update-javascript.sh branch October 27, 2023 09:54
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