-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
- Review the documentation: https://docs.sentry.io/
- Search for existing issues: https://github.com/getsentry/sentry-javascript/issues
- Use the latest release: https://github.com/getsentry/sentry-javascript/releases
- Provide a link to the affected event from your Sentry account
Package + Version
-
@sentry/browser -
@sentry/node -
raven-js -
raven-node(raven for node) - other:
Version:
5.15.5
Description
Hi.
I'm using @sentry/node for my project.
I think sentry Request object's query_string type is not matching with docs.
- Document i found : https://docs.sentry.io/development/sdk-dev/event-payloads/request/
query_string: unparsed string, dictionary, or list of tuples
- Actual Request type: https://github.com/getsentry/sentry-javascript/blob/master/packages/types/src/request.ts
query_string: string
I thought i can set request.query_string to javascript query object like document says.
should it be something like query_string: string | string[] | { [key: string]: string }?
keichan34
Metadata
Metadata
Assignees
Labels
No labels