Description
openedon Oct 8, 2024
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/nextjs
SDK Version
8.33.1
Framework Version
No response
Link to Sentry event
Reproduction Example/SDK Setup
No response
Steps to Reproduce
Repro: next-test-sentry-main.zip
Follow the steps in the readme:
- npm install
- update DSN in the sentry config files
- npm run dev
- send a POST request to http://localhost:3000/api/test
Expected Result
The event in sentry has the POST request information including body.
Actual Result
The request in the Sentry event is treated as a GET request, even though the event is associated with the transaction POST /api/test
(http.server)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Type
Projects
Status
No status