Closed as not planned
Closed as not planned
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/remix
SDK Version
7.110.1
Framework Version
Remix 7.110.1
Link to Sentry event
https://alhona.sentry.io/share/issue/e0a215fdaaf44b5bbf7bff7641264eb9/
SDK Setup
In entry.server.tsx
Sentry.init({
environment: process.env.NODE_ENV,
release: process.env.LAST_COMMIT_ID,
dsn: process.env.SENTRY_DSN,
tracesSampleRate: 1.0,
debug: true,
});
Steps to Reproduce
- Follow Manual Setup instructions to integrate Remix both in frontend and backend
- Generate a backend error in an action function
export async function action() {
throw new Error("Remix BFF error");
}
Expected Result
We would like to see an Issue with the code snippet that generated the error
Actual Result
The error is captured, and the file and line that generated the error is shown but not the code snippet
Metadata
Assignees
Type
Projects
Status
No status
Status
Waiting for: Community
Activity