upgrade deps; rewrite smtp session
This commit is contained in:
2
vendor/github.com/getsentry/sentry-go/internal/ratelimit/rate_limits.go
generated
vendored
2
vendor/github.com/getsentry/sentry-go/internal/ratelimit/rate_limits.go
generated
vendored
@@ -15,7 +15,7 @@ var errInvalidXSRLRetryAfter = errors.New("invalid retry-after value")
|
||||
//
|
||||
// Example
|
||||
//
|
||||
// X-Sentry-Rate-Limits: 60:transaction, 2700:default;error;security
|
||||
// X-Sentry-Rate-Limits: 60:transaction, 2700:default;error;security
|
||||
//
|
||||
// This will rate limit transactions for the next 60 seconds and errors for the
|
||||
// next 2700 seconds.
|
||||
|
||||
Reference in New Issue
Block a user