vite-plugin-sentry
vite-plugin-sentry copied to clipboard
Vite plugin acting as an interface to SentryCLI
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.40.1 to 5.44.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v5.44.0 5.44.0 (2022-11-21) Bug Fixes eslint-plugin: [no-empty-interface] disable autofix for declaration merging with class (#5920) (a4f85b8) eslint-plugin: [no-unnecessary-condition]...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.41.0 to 5.44.0. Release notes Sourced from @typescript-eslint/parser's releases. v5.44.0 5.44.0 (2022-11-21) Bug Fixes eslint-plugin: [no-empty-interface] disable autofix for declaration merging with class (#5920) (a4f85b8) eslint-plugin: [no-unnecessary-condition]...
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 3.4.0. Release notes Sourced from rollup's releases. v3.4.0 3.4.0 2022-11-22 Features Do not keep unused Object.freeze calls on object literals (#4720) Pull Requests #4720: Only...
Bumps [@sentry/cli](https://github.com/getsentry/sentry-cli) from 2.7.0 to 2.9.0. Release notes Sourced from @sentry/cli's releases. 2.9.0 Various fixes & improvements feat: Replace npmlog dependency and restore support for Node v10 (#1392) by @mydea...
I have similar issue like here https://github.com/ikenfin/vite-plugin-sentry/issues/81  I am using version `1.1.5` and vite `2.9.15` My import: ```import React from "react"; import ReactDOM from "react-dom/client"; import { BrowserTracing }...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.8 to 18.11.9. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I had to do this change to use `vite-plugin-sentry` on a project using `vite@^2.7.1` — well, had to add the `|| ^2.7.1` part for that. Another project was using `vite@^2.9.0`...
Maybe this is because this plugin is disabled when the SSR is building. For SSR I use vite-ssr (https://github.com/frandiox/vite-ssr) 
Bumps [rollup](https://github.com/rollup/rollup) from 3.28.1 to 4.14.3. Release notes Sourced from rollup's releases. v4.14.3 4.14.3 2024-04-15 Bug Fixes Support Alpine Linux and other MUSL builds on ARM (#5471) Pull Requests #5471:...