Skip to main content

Sentry User Auth Token

Description

General

Revoke the secret

Tokens can be revoked from the user's dashboard.

Check for suspicious activity

This feature is not described in the documentation.

Details for Sentry token

  • Family: Api

  • Category: Monitoring

  • Company: Sentry

  • High recall: False

  • Validity check available: True

  • On-premise instances exist: True

  • Only valid secrets raise an alert: True

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 4.2

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator
banlist_extensions: []
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: true
ban_markup: false
- type: ContentWhitelistPreValidator
patterns:
- sentry
- type: ContentWhitelistPreValidator
patterns:
- token

Examples

- text: sentry_auth_token=c705684382e1467eae3979091ec12bf22cd30029f77c4d089cf5d430d2e7beb8
apikey: c705684382e1467eae3979091ec12bf22cd30029f77c4d089cf5d430d2e7beb8
- text: sentry_auth_token=c705684382e1467eae3979091ec12bf22cd30029f77c4d089cf5d430d2e7beb8
apikey: c705684382e1467eae3979091ec12bf22cd30029f77c4d089cf5d430d2e7beb8
- text: sentry_auth_token=c705684382e1467eae3979091ec12aa2
apikey: c705684382e1467eae3979091ec12aa2

Details for Sentry user auth token v2

  • Family: Api

  • Category: Monitoring

  • Company: Sentry

  • High recall: False

  • Validity check available: True

  • On-premise instances exist: True

  • Only valid secrets raise an alert: False

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 0.2

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator
banlist_extensions: []
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: true
ban_markup: false
- type: ContentWhitelistPreValidator
patterns:
- sntryu_

Examples

- text: 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
apikey: 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

# Fat-fingered secret
- text: Xsntryu_11111f4444143b6203bec924741a58e771882c01288279fbf2e9f5bee889b222
apikey: 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

How can I help you ?