public class SentryDSNResponse extends Object
Sentry DSN for submitting errors.
See http://schemas.taskcluster.net/auth/v1/sentry-dsn-response.json#
| Modifier and Type | Class and Description |
|---|---|
class |
SentryDSNResponse.Dsn |
| Modifier and Type | Field and Description |
|---|---|
SentryDSNResponse.Dsn |
dsn
Access credentials and urls for the Sentry project.
|
Date |
expires
Expiration time for the credentials.
|
String |
project
Project name that the DSN grants access to.
|
| Constructor and Description |
|---|
SentryDSNResponse() |
public SentryDSNResponse.Dsn dsn
Access credentials and urls for the Sentry project. Credentials will expire in 24-48 hours, you should refresh them within 24 hours.
See http://schemas.taskcluster.net/auth/v1/sentry-dsn-response.json#/properties/dsn
public Date expires
Expiration time for the credentials. The credentials should not be used after this time. They might not be revoked immediately, but will be at some arbitrary point after this date-time.
See http://schemas.taskcluster.net/auth/v1/sentry-dsn-response.json#/properties/expires
public String project
Project name that the DSN grants access to.
See http://schemas.taskcluster.net/auth/v1/sentry-dsn-response.json#/properties/project
Copyright © 2014–2018 Mozilla. All rights reserved.