vite-plugin-sentry icon indicating copy to clipboard operation
vite-plugin-sentry copied to clipboard

Vite plugin acting as an interface to SentryCLI

Results 22 vite-plugin-sentry issues
Sort by recently updated
recently updated
newest added

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]...

dependencies

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]...

dependencies

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...

dependencies

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...

dependencies

I have similar issue like here https://github.com/ikenfin/vite-plugin-sentry/issues/81 ![image](https://user-images.githubusercontent.com/15018254/192490213-012d4fd6-a833-4ad4-bc51-310198cd9037.png) 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 }...

bug

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.11.8&new-version=18.11.9)](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...

dependencies

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) ![image](https://user-images.githubusercontent.com/20482699/188675438-4d9f9fbd-e8b4-45c1-92a1-b0bd96253ae1.png)

bug

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:...

dependencies