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.58.1 #3184

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 12, 2023

Bumps scripts/update-javascript.sh from 7.57.0 to 7.58.1.

Auto-generated by a dependency updater.

Changelog

7.58.1

  • fix(node): Set propagation context even when tracingOptions are not defined (#8517)

7.58.0

Important Changes

  • Performance Monitoring not required for Distributed Tracing

This release adds support for distributed tracing without requiring performance monitoring to be active on the JavaScript SDKs (browser and node). This means even if there is no sampled transaction/span, the SDK will still propagate traces to downstream services. Distributed Tracing can be configured with the tracePropagationTargets option, which controls what requests to attach the sentry-trace and baggage HTTP headers to (which is what propagates tracing information).

Sentry.init({
  tracePropagationTargets: ["third-party-site.com", /^https:\/\/yourserver\.io\/api/],
});
  • feat(tracing): Add tracing without performance to browser and client Sveltekit (#8458)

  • feat(node): Add tracing without performance to Node http integration (#8450)

  • feat(node): Add tracing without performance to Node Undici (#8449)

  • feat(node): Populate propagation context using env variables (#8422)

  • feat(core): Support AggregateErrors in LinkedErrors integration (#8463)

This release adds support for AggregateErrors. AggregateErrors are considered as Exception Groups by Sentry, and will be visualized and grouped differently. See the Exception Groups Changelog Post for more details.

Exception Group support requires Self-Hosted Sentry version 23.5.1 or newer.

  • feat(replay): Add a new option networkDetailDenyUrls (#8439)

This release adds a new option networkDetailDenyUrls to the Replay integration. This option allows you to specify a list of URLs that should not be captured by the Replay integration, which can be used alongside the existing networkDetailAllowUrls for finely grained control of which URLs should have network details captured.

Sentry.init({
  integrations: [
    new Sentry.Integrations.Replay({
      networkDetailDenyUrls: [/^http:\/\/example.com\/test$/],
    }),
  ],
});

Other Changes

  • feat(core): Add helpers to get module metadata from injected code (#8438)
  • feat(core): Add sampling decision to trace envelope header (#8483)
  • feat(node): Add trace context to checkin (#8503)
  • feat(node): Export getModule for Electron SDK (#8488)
  • feat(types): Allow user.id to be a number (#8330)
  • fix(browser): Set anonymous crossorigin attribute on report dialog (#8424)
  • fix(nextjs): Ignore tunnelRoute when doing static exports (#8471)
  • fix(nextjs): Use basePath option for tunnelRoute (#8454)
  • fix(node): Apply source context to linked errors even when it is uncached (#8453)
  • fix(node): report errorMiddleware errors as unhandled (#8048)
  • fix(react): Add support for basename option of createBrowserRouter (#8457)
  • fix(remix): Add explicit sentry/node exports. (#8509)
  • fix(remix): Don't inject trace/baggage to redirect and catch responses (#8467)
  • fix(replay): Adjust slow/multi click handling (#8380)

Work in this release contributed by mrdulin, donaldxdonald & ziyad-elabid-nw. Thank you for your contributions!

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jul 12, 2023
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from cdd0c6c to 265ceac Compare July 12, 2023 17:51
@github-actions
Copy link
Contributor Author

github-actions bot commented Jul 12, 2023

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 329.02 ms 336.96 ms 7.94 ms
Size 17.73 MiB 19.82 MiB 2.08 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
52a8031+dirty 311.55 ms 321.37 ms 9.82 ms
acadc0f+dirty 373.24 ms 381.51 ms 8.27 ms
15c80ab+dirty 336.27 ms 350.58 ms 14.31 ms
3853f43 329.68 ms 346.32 ms 16.64 ms
e2b64fe 316.88 ms 330.23 ms 13.35 ms
ad6c299 375.94 ms 382.02 ms 6.08 ms
34aba08 328.10 ms 342.84 ms 14.74 ms
d0bf494+dirty 375.37 ms 395.14 ms 19.77 ms
0db0c72 372.12 ms 386.00 ms 13.88 ms
d197b5c+dirty 338.94 ms 354.87 ms 15.93 ms

App size

Revision Plain With Sentry Diff
52a8031+dirty 17.73 MiB 20.04 MiB 2.31 MiB
acadc0f+dirty 17.73 MiB 19.75 MiB 2.01 MiB
15c80ab+dirty 17.73 MiB 20.04 MiB 2.31 MiB
3853f43 17.73 MiB 19.81 MiB 2.08 MiB
e2b64fe 17.73 MiB 19.80 MiB 2.07 MiB
ad6c299 17.73 MiB 19.75 MiB 2.02 MiB
34aba08 17.73 MiB 19.80 MiB 2.07 MiB
d0bf494+dirty 17.73 MiB 19.75 MiB 2.02 MiB
0db0c72 17.73 MiB 19.75 MiB 2.02 MiB
d197b5c+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
5eab2fa 334.02 ms 351.58 ms 17.56 ms
6750c69+dirty 393.45 ms 434.06 ms 40.62 ms
6f9eae7 353.08 ms 360.29 ms 7.21 ms
8a5e51c 340.25 ms 347.10 ms 6.85 ms
04349b0+dirty 347.00 ms 354.78 ms 7.78 ms
60ceb06 329.83 ms 336.19 ms 6.36 ms
98fe518+dirty 334.39 ms 349.35 ms 14.96 ms
0e781a5 323.60 ms 347.85 ms 24.26 ms

App size

Revision Plain With Sentry Diff
5eab2fa 17.73 MiB 19.76 MiB 2.02 MiB
6750c69+dirty 17.73 MiB 20.05 MiB 2.32 MiB
6f9eae7 17.73 MiB 19.76 MiB 2.02 MiB
8a5e51c 17.73 MiB 19.80 MiB 2.07 MiB
04349b0+dirty 17.73 MiB 20.06 MiB 2.32 MiB
60ceb06 17.73 MiB 19.77 MiB 2.03 MiB
98fe518+dirty 17.73 MiB 19.75 MiB 2.02 MiB
0e781a5 17.73 MiB 19.80 MiB 2.07 MiB

@github-actions
Copy link
Contributor Author

github-actions bot commented Jul 12, 2023

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1266.30 ms 1276.88 ms 10.58 ms
Size 2.36 MiB 2.85 MiB 500.98 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
b1e8712+dirty 1256.02 ms 1265.14 ms 9.12 ms
3ffcddd+dirty 1244.47 ms 1264.14 ms 19.67 ms
52a8031+dirty 1280.88 ms 1289.78 ms 8.90 ms
0677344+dirty 1276.70 ms 1300.07 ms 23.37 ms
0db0c72+dirty 1275.02 ms 1285.84 ms 10.82 ms
acadc0f+dirty 1264.38 ms 1290.06 ms 25.68 ms
15c80ab+dirty 1223.74 ms 1228.96 ms 5.22 ms
34aba08+dirty 1276.78 ms 1308.52 ms 31.74 ms
d0bf494+dirty 1289.40 ms 1298.40 ms 9.00 ms
d197b5c+dirty 1217.61 ms 1242.66 ms 25.05 ms

App size

Revision Plain With Sentry Diff
b1e8712+dirty 2.36 MiB 2.84 MiB 488.84 KiB
3ffcddd+dirty 2.36 MiB 2.84 MiB 489.60 KiB
52a8031+dirty 2.36 MiB 2.82 MiB 469.44 KiB
0677344+dirty 2.36 MiB 2.85 MiB 496.81 KiB
0db0c72+dirty 2.36 MiB 2.84 MiB 487.01 KiB
acadc0f+dirty 2.36 MiB 2.83 MiB 480.37 KiB
15c80ab+dirty 2.36 MiB 2.83 MiB 474.49 KiB
34aba08+dirty 2.36 MiB 2.85 MiB 495.32 KiB
d0bf494+dirty 2.36 MiB 2.83 MiB 481.15 KiB
d197b5c+dirty 2.36 MiB 2.82 MiB 462.86 KiB

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

Startup times

Revision Plain With Sentry Diff
8a5e51c+dirty 1275.38 ms 1307.88 ms 32.49 ms
6f9eae7+dirty 1266.06 ms 1271.48 ms 5.42 ms
60ceb06+dirty 1230.88 ms 1250.42 ms 19.54 ms
6750c69+dirty 1242.69 ms 1256.00 ms 13.31 ms
0e781a5+dirty 1244.59 ms 1256.72 ms 12.13 ms
04349b0+dirty 1273.22 ms 1281.90 ms 8.68 ms
5eab2fa+dirty 1241.82 ms 1242.70 ms 0.88 ms
98fe518+dirty 1251.16 ms 1262.00 ms 10.84 ms

App size

Revision Plain With Sentry Diff
8a5e51c+dirty 2.36 MiB 2.85 MiB 495.71 KiB
6f9eae7+dirty 2.36 MiB 2.84 MiB 489.62 KiB
60ceb06+dirty 2.36 MiB 2.85 MiB 495.35 KiB
6750c69+dirty 2.36 MiB 2.83 MiB 477.50 KiB
0e781a5+dirty 2.36 MiB 2.85 MiB 495.46 KiB
04349b0+dirty 2.36 MiB 2.83 MiB 480.92 KiB
5eab2fa+dirty 2.36 MiB 2.84 MiB 490.39 KiB
98fe518+dirty 2.36 MiB 2.83 MiB 481.64 KiB

@github-actions
Copy link
Contributor Author

github-actions bot commented Jul 12, 2023

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1263.14 ms 1281.31 ms 18.17 ms
Size 2.92 MiB 3.41 MiB 504.51 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
b1e8712+dirty 1284.11 ms 1297.82 ms 13.71 ms
3ffcddd+dirty 1272.22 ms 1273.98 ms 1.76 ms
52a8031+dirty 1255.96 ms 1273.00 ms 17.04 ms
0677344+dirty 1252.52 ms 1254.08 ms 1.56 ms
0db0c72+dirty 1258.88 ms 1262.52 ms 3.64 ms
acadc0f+dirty 1271.12 ms 1272.28 ms 1.16 ms
15c80ab+dirty 1248.41 ms 1251.24 ms 2.83 ms
34aba08+dirty 1268.58 ms 1276.80 ms 8.22 ms
d0bf494+dirty 1266.20 ms 1267.52 ms 1.32 ms
d197b5c+dirty 1234.80 ms 1249.20 ms 14.40 ms

App size

Revision Plain With Sentry Diff
b1e8712+dirty 2.92 MiB 3.40 MiB 494.15 KiB
3ffcddd+dirty 2.92 MiB 3.40 MiB 494.39 KiB
52a8031+dirty 2.92 MiB 3.38 MiB 475.71 KiB
0677344+dirty 2.92 MiB 3.41 MiB 500.94 KiB
0db0c72+dirty 2.92 MiB 3.40 MiB 492.71 KiB
acadc0f+dirty 2.92 MiB 3.39 MiB 487.34 KiB
15c80ab+dirty 2.92 MiB 3.39 MiB 481.56 KiB
34aba08+dirty 2.92 MiB 3.41 MiB 499.03 KiB
d0bf494+dirty 2.92 MiB 3.40 MiB 488.08 KiB
d197b5c+dirty 2.92 MiB 3.37 MiB 464.41 KiB

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

Startup times

Revision Plain With Sentry Diff
8a5e51c+dirty 1259.88 ms 1269.09 ms 9.21 ms
6f9eae7+dirty 1256.06 ms 1278.59 ms 22.53 ms
60ceb06+dirty 1242.86 ms 1253.76 ms 10.90 ms
6750c69+dirty 1285.45 ms 1285.86 ms 0.41 ms
0e781a5+dirty 1268.86 ms 1269.18 ms 0.32 ms
04349b0+dirty 1241.88 ms 1258.20 ms 16.32 ms
5eab2fa+dirty 1284.29 ms 1306.68 ms 22.39 ms
98fe518+dirty 1259.43 ms 1263.60 ms 4.17 ms

App size

Revision Plain With Sentry Diff
8a5e51c+dirty 2.92 MiB 3.41 MiB 499.88 KiB
6f9eae7+dirty 2.92 MiB 3.40 MiB 494.93 KiB
60ceb06+dirty 2.92 MiB 3.41 MiB 499.07 KiB
6750c69+dirty 2.92 MiB 3.39 MiB 484.54 KiB
0e781a5+dirty 2.92 MiB 3.41 MiB 499.67 KiB
04349b0+dirty 2.92 MiB 3.40 MiB 487.96 KiB
5eab2fa+dirty 2.92 MiB 3.40 MiB 495.21 KiB
98fe518+dirty 2.92 MiB 3.40 MiB 488.60 KiB

@github-actions
Copy link
Contributor Author

github-actions bot commented Jul 12, 2023

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 262.02 ms 315.60 ms 53.58 ms
Size 7.15 MiB 8.08 MiB 961.25 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
b1e8712+dirty 322.55 ms 331.84 ms 9.29 ms
3ffcddd+dirty 244.82 ms 295.47 ms 50.65 ms
52a8031+dirty 330.72 ms 358.76 ms 28.03 ms
0677344+dirty 288.40 ms 391.44 ms 103.04 ms
0db0c72+dirty 335.20 ms 351.06 ms 15.86 ms
acadc0f+dirty 259.04 ms 304.67 ms 45.63 ms
15c80ab+dirty 276.38 ms 327.54 ms 51.17 ms
34aba08+dirty 331.79 ms 376.69 ms 44.91 ms
d0bf494+dirty 253.73 ms 308.23 ms 54.49 ms
d197b5c+dirty 258.75 ms 313.61 ms 54.86 ms

App size

Revision Plain With Sentry Diff
b1e8712+dirty 7.15 MiB 8.04 MiB 912.27 KiB
3ffcddd+dirty 7.15 MiB 8.04 MiB 912.17 KiB
52a8031+dirty 7.15 MiB 8.09 MiB 965.95 KiB
0677344+dirty 7.15 MiB 8.07 MiB 949.80 KiB
0db0c72+dirty 7.15 MiB 8.04 MiB 911.02 KiB
acadc0f+dirty 7.15 MiB 8.03 MiB 903.20 KiB
15c80ab+dirty 7.15 MiB 8.09 MiB 966.13 KiB
34aba08+dirty 7.15 MiB 8.07 MiB 946.13 KiB
d0bf494+dirty 7.15 MiB 8.04 MiB 910.85 KiB
d197b5c+dirty 7.15 MiB 8.09 MiB 962.72 KiB

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

Startup times

Revision Plain With Sentry Diff
8a5e51c+dirty 264.02 ms 308.77 ms 44.75 ms
6f9eae7+dirty 346.26 ms 417.65 ms 71.40 ms
60ceb06+dirty 282.59 ms 328.73 ms 46.14 ms
6750c69+dirty 277.10 ms 322.10 ms 45.00 ms
0e781a5+dirty 267.70 ms 357.64 ms 89.94 ms
04349b0+dirty 333.83 ms 366.86 ms 33.02 ms
5eab2fa+dirty 308.78 ms 331.98 ms 23.20 ms
98fe518+dirty 334.79 ms 372.23 ms 37.44 ms

App size

Revision Plain With Sentry Diff
8a5e51c+dirty 7.15 MiB 8.07 MiB 947.35 KiB
6f9eae7+dirty 7.15 MiB 8.04 MiB 913.76 KiB
60ceb06+dirty 7.15 MiB 8.05 MiB 923.49 KiB
6750c69+dirty 7.15 MiB 8.10 MiB 971.75 KiB
0e781a5+dirty 7.15 MiB 8.07 MiB 946.50 KiB
04349b0+dirty 7.15 MiB 8.10 MiB 977.92 KiB
5eab2fa+dirty 7.15 MiB 8.04 MiB 913.81 KiB
98fe518+dirty 7.15 MiB 8.04 MiB 911.30 KiB

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch 2 times, most recently from 83678f6 to 0a256b5 Compare July 13, 2023 07:58
@github-actions github-actions bot changed the title chore(deps): update JavaScript SDK to v7.58.0 chore(deps): update JavaScript SDK to v7.58.1 Jul 14, 2023
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch 2 times, most recently from 62c2038 to 57865cf Compare July 17, 2023 08:52
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-javascript.sh branch from 57865cf to b7a2cef Compare July 17, 2023 09:20
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 6d1a543 into main Jul 17, 2023
@krystofwoldrich krystofwoldrich deleted the deps/scripts/update-javascript.sh branch July 17, 2023 13:16
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