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

fix(deps): update dependency @sentry/react to v7.74.0 #370

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/react (source) 7.73.0 -> 7.74.0 age adoption passing confidence

Release Notes

getsentry/sentry-javascript (@​sentry/react)

v7.74.0

Compare Source

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!

Bundle size 📦
Path Size
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 84.27 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 31.43 KB
@​sentry/browser - Webpack (gzipped) 22.02 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 78.79 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 28.6 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 21.02 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 254.51 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 86.76 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 62.45 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 31.48 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 84.3 KB
@​sentry/react - Webpack (gzipped) 22.06 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 102.21 KB
@​sentry/nextjs Client - Webpack (gzipped) 50.96 KB

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 13, 2023
@spaenleh spaenleh merged commit 6fe0550 into main Oct 16, 2023
2 checks passed
@renovate renovate bot deleted the renovate/sentry-packages branch October 16, 2023 11:48
spaenleh pushed a commit that referenced this pull request Dec 1, 2023
feat: download items triggers

fix(deps): update dependency @graasp/sdk to v1.8.0 (#367)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update devdependencies (non-major)

chore(deps): update eslint packages to v6.7.5

fix(deps): update dependency @graasp/ui to v3.5.4

fix(deps): update mui (non-major)

fix: remove download items action triggers

fix(deps): update dependency @sentry/react to v7.74.0 (#370)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

fix(deps): update dependency react-i18next to v13.3.0 (#369)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

fix(deps): update dependency @graasp/query-client to v1.11.0 (#364)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(main): release 1.2.2 (#358)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

chore(deps): update dependency @cypress/code-coverage to v3.12.4

chore(deps): update devdependencies (non-major) (#381)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

fix(deps): update dependency @sentry/react to v7.74.1

chore(deps): update devdependencies (non-major) (#384)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

fix(deps): update react-router monorepo to v6.17.0 (#375)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update devdependencies (non-major) (#372)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

fix: node config memory limit for build:test

fix: prop name from handleload to onclick

chore(deps): update dependency @types/lodash.truncate to v4.4.8

fix(deps): update dependency react-i18next to v13.3.1

fix(deps): update mui (non-major)

chore(deps): update eslint packages
spaenleh pushed a commit that referenced this pull request Dec 1, 2023
feat: download items triggers

fix(deps): update dependency @graasp/sdk to v1.8.0 (#367)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update devdependencies (non-major)

chore(deps): update eslint packages to v6.7.5

fix(deps): update dependency @graasp/ui to v3.5.4

fix(deps): update mui (non-major)

fix: remove download items action triggers

fix(deps): update dependency @sentry/react to v7.74.0 (#370)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

fix(deps): update dependency react-i18next to v13.3.0 (#369)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

fix(deps): update dependency @graasp/query-client to v1.11.0 (#364)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(main): release 1.2.2 (#358)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

chore(deps): update dependency @cypress/code-coverage to v3.12.4

chore(deps): update devdependencies (non-major) (#381)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

fix(deps): update dependency @sentry/react to v7.74.1

chore(deps): update devdependencies (non-major) (#384)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

fix(deps): update react-router monorepo to v6.17.0 (#375)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update devdependencies (non-major) (#372)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

fix: node config memory limit for build:test

fix: prop name from handleload to onclick

chore(deps): update dependency @types/lodash.truncate to v4.4.8

fix(deps): update dependency react-i18next to v13.3.1

fix(deps): update mui (non-major)

chore(deps): update eslint packages
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 v1.2.2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant