Description
Our Request type should be renamed to not clash with the built-in type.
| * TODO(v9): Rename this to avoid confusion, because Request is also a native type. |
| */ |
| exportinterfaceRequest{ |
Tasks:
- Add alias for type (e.g. "SentryRequestData", "RequestContextData", TBD)
- Deprecate old
Request type
Description
Our
Requesttype should be renamed to not clash with the built-in type.sentry-javascript/packages/types/src/request.ts
Lines 3 to 5 in f4c5900
Tasks:
Requesttype