-
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Description
Environment
How do you use Sentry?
Sentry SaaS (sentry.io)
Which SDK and version?
sentry-laravel 2.12.0
Steps to Reproduce
Sending transactions
Expected Result
High quality transactions
Actual Result
for sentry laravel (2.12.0) we're getting raw URLs and bad transactions. we noticed:
- OPTIONS has raw URLs. probably shouldn't be recorded to begin with
- there's a bunch of transactions reported without http.method
- 404s are missing the http.status, and those also come with raw URLs