Skip to content

Instantly share code, notes, and snippets.

View nikolaik's full-sized avatar
🤹‍♂️

Nikolai Røed Kristiansen nikolaik

🤹‍♂️
View GitHub Profile
@nikolaik
nikolaik / sentry-alert.py
Last active April 17, 2023 18:29
Sentry: Automate setup of alerting rules for a project
import argparse
import json
import os
import requests
ORG_SLUG = "..."
SLACK_WORKSPACE_ID = "..."
OWNER_TEAM = "..."
SLACK_RULES = {