-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Description
On newer versions of Sentry's SDK the secret is no longer required in DSN.
vendor/sentry/sentry/lib/Raven/Client.php[511]
if (empty($netloc) || empty($project) || empty($username) || empty($password)) {
throw new InvalidArgumentException('Invalid Sentry DSN: ' . $dsn);
}
The last condition should be removed...
Metadata
Metadata
Assignees
Labels
No labels