-
### Song Name
~NK~ untitled beat (dubstep remix extended)
### Artist Name
rukkus
### Source
Youtube
### Youtube Link
KWsAO_DbOhk
### Direct File Link
_No response_
### Song ID
431573
###…
-
Right now in the Remix SDK there is support for OTEL and non-OTEL based instrumentation. This is controlled by the `autoInstrumentRemix`, which defaults to `false`, but is set to `true` in our docs on…
-
Hi,
Thank you very much for this amazing plugin !!!
However, I encounter offsets in the sourcemaps that make Remix debugging with vscode complicated. By activating/deactivating your plugin, I realiz…
-
Following the steps in the framework-remix example, I get to the part where you go to localhost:3000 and get the following server error
```
Unexpected Server Error
TypeError: (0 , import_isbot.…
-
### Is there an existing issue for this?
- [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [x] I have reviewed the documentation https://docs.sentry.io/…
-
### How can we reproduce the crash?
Run a remix.run (Vite) via bun --bun
Package.json script:
"dev-remix": "remix vite:dev",
"dev": "bun --bun run dev-remix",
### Relevant log output
```shell
bun …
-
### SDK
JavaScript SDK
### Description
The [Cloudflare Remix framework docs](https://docs.sentry.io/platforms/javascript/guides/cloudflare/frameworks/remix/) suggest to use the Sentry wizard to imp…
-
### Reproduction
```sh
mkdir test-remix
cd test-remix
npm init -y
npm i @remix-run/node typescript @types/node@22
npx tsc --init --skipLibCheck false
echo "export * from '@remix-run/node';" > a…
-
### Describe the bug
Upgraded remix to latest in prep for rr7. Including updating remix-i18next to 7.0.0 from 6.4.1.
6.4.1 is OK
7.0.0 causes the following error in the browser console:
Uncaught…
-
### What version of React Router are you using?
7.0.0.pre.5
### Steps to Reproduce
having this code
```js
export async function loader({ params, request }: Route.LoaderArgs) {}
export fun…