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
Access credentials and urls for the Sentry project.
|
| Modifier and Type | Field and Description |
|---|---|
SentryDSNResponse.Dsn |
dsn |
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
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.
public String project
Project name that the DSN grants access to.
Copyright © 2014–2016 Mozilla. All rights reserved.