public class SentryDSNResponse.Dsn extends Object
Access credentials and urls for the Sentry project. Credentials will expire in 24-48 hours, you should refresh them within 24 hours.
public String public1
Access credential and URL for public error reports. These credentials can be used for up-to 24 hours. This is for use in client-side applications only.
public String secret
Access credential and URL for private error reports. These credentials can be used for up-to 24 hours. This is for use in serser-side applications and should not be leaked.
Copyright © 2014–2016 Mozilla. All rights reserved.