Files
backstage/plugins/sentry
ellinors 563a8a5f4e Enabled 'dense' mode for Table cells.
Hardcoded cell styling for Table was removed to enable 'dense' as a cell padding choice.
Padding customisation for inherited smallSize was added.
Dense mode was chosen for sentry issues table rows.
2020-06-29 14:20:34 +02:00
..
2020-06-29 14:20:34 +02:00
2020-05-20 12:12:57 +02:00

sentry

Welcome to the sentry plugin!

This plugin was created through the Backstage CLI

Getting started

Your plugin has been added to the example app in this repository, meaning you'll be able to access it by running yarn start in the root directory, and then navigating to /sentry.

You can also serve the plugin in isolation by running yarn start in the plugin directory. This method of serving the plugin provides quicker iteration speed and a faster startup and hot reloads. It is only meant for local development, and the setup for it can be found inside the /dev directory.

Needs SENTRY_TOKEN set in the environment for the backend to startup

export SENTRY_TOKEN=<INSERT_SENTRY_TOKEN_HERE>