-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Sentry doesn't log on nextjs13 frontend side #6763
Comments
Hi @fernandops26, thanks for writing in! We're already working on supporting Next 13's new app directory. In fact, the issue tracking this is already pinned on top of our issues list (#6726). |
Gonna close this issue as we're already tracking app dir support. |
Ok good to know, thanks! |
I still have this error |
@danil-stealthgpt would you mind opening a new bug report issue with all details? This issue is quite old and probably out of date by now. |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/nextjs
SDK Version
7.30.0
Framework Version
"next": "13.1.1"
Link to Sentry event
No response
Steps to Reproduce
My
next.config.js
sentry.client.config.js
sentry.server.config.js
sentry.properties
.sentryclirc
app/error.tsx
Finally
app/test/page.tsx
I already have setted my env vars
NEXT_PUBLIC_SENTRY_DSN
,SENTRY_AUTH_TOKEN
,SENTRY_ORG
,SENTRY_PROJECT
but doesn't work.Expected Result
Logged error on sentry
Actual Result
No logged nothing on sentry.
The text was updated successfully, but these errors were encountered: