Sentry

Sentry Integration Guide

Introduction

Sentry automatically detects and notifies you of critical performance issues so you can trace every slow transaction to a poor-performing API call or DB query. This guide will walk you through the steps required to integrate Sentry with Perimeters.

Available Features

  • Misconfiguration Rules

  • Identity Rules

  • User Inventory

Prerequisites

A Sentry account user with Owner Role.

Follow these steps to generate the API token:
  1. Login into your Sentry account.

  2. Go to Settings -> User Settings -> API -> User Auth Tokens.

  3. Click "Create token".

  4. Add a name for the token and select the following scopes.

  5. Copy the token.

Required Privileges

Scope
Use

org:read

Read Organization Details

Onboarding Sentry in your Perimeters account

  1. Go to "Integrations" -> Select "Sentry" -> Click "+ Add" -> Click "+ Start Integration".

  2. "Namespace" - Fill in the domain name for your Sentry instance. For example, if your Sentry domain name is "example.sentry.io" you would enter "example" in this field.

  3. “API Token” - Copy the API token you previously created and paste it here.

  4. Click "Connect" to complete the onboarding process.

Once you have completed these steps, Sentry should be successfully integrated with your Perimeters account.

Last updated