-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Description
Our Request
type should be renamed to not clash with the built-in type.
sentry-javascript/packages/types/src/request.ts
Lines 3 to 5 in f4c5900
* TODO(v9): Rename this to avoid confusion, because Request is also a native type. | |
*/ | |
export interface Request { |
Tasks:
- Add alias for type (e.g. "SentryRequestData", "RequestContextData", TBD)
- Deprecate old
Request
type