You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
InvalidHost errors strings include the full url of the invalid advertiser "host" (or path). Consider a path including a parameter with the current timestamp: Sentry will consider the errors
InvalidHost errors strings include the full url of the invalid advertiser "host" (or path). Consider a path including a parameter with the current timestamp: Sentry will consider the errors
“InvalidHost: https://foo.com?ts=1637340000” as a separate event from
”InvalidHost: https://foo.com?ts=1637340001”
Potentially causing many redundant sentry events.
We should probably only include solely the host domain in the error string. The full url could be included as an "extra" instead.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: