grafana/packages/grafana-alerting
grafana-delivery-bot[bot] 52ecba092c
[release-12.1.2] Fix: Prevent Rollup from treeshaking NPM packages (#108570)
Fix: Prevent Rollup from treeshaking NPM packages (#108567)

fix(packages): prevent rollup from treeshaking libraries

(cherry picked from commit 15d9df93f9)

Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
2025-09-02 14:04:57 +02:00
..
scripts Alerting: mocking and testing of Alerting package (#105342) 2025-05-21 12:47:31 +02:00
src [release-12.1.1] Alerting: Fix subpath handling in the alerting package (#109505) 2025-08-12 10:54:20 +02:00
tests Alerting: Add oncall contact point type and narrow create hook function (#107711) 2025-07-08 13:35:09 +02:00
CHANGELOG.md
LICENSE_APACHE2
README.md
package.json Release: 12.1.1 (#109625) 2025-08-13 11:53:51 -06:00
project.json
rollup.config.ts [release-12.1.2] Fix: Prevent Rollup from treeshaking NPM packages (#108570) 2025-09-02 14:04:57 +02:00
tsconfig.build.json Alerting: Fix package types reference (#107183) 2025-06-25 13:50:49 +00:00
tsconfig.json Alerting: Add rollup config for package (#106326) 2025-06-18 17:06:57 +02:00

README.md

Grafana Alerting

@grafana/alerting is currently in ALPHA.

This package is a collection of types, libraries, utilities, React components and hooks for interacting with the Grafana alerting system and is meant to be the foundation of alerting-related features in Grafana and its plugins.

We plan to eventually publish this package on NPM; however, it is currently in ALPHA and is not yet ready for public consumption. We are actively working on this package and will be making breaking changes to it as we iterate on the design and implementation.

Once we've settled on a public API that we feel is stable and useful, we will publish this package on NPM and provide documentation on how to use it.