getsentry / sentry-go

The official Go SDK for Sentry (sentry.io)

Home Page:https://docs.sentry.io/platforms/go/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support admin api operations

derekperkins opened this issue · comments

Summary

In addition to just supporting code instrumentation, it would be useful to be able to configure Sentry:

  • projects CRUD
  • teams CRUD
  • client key CRUD
  • alerts CRUD

Motivation

We are setting up IaC where each microservice gets its own Sentry project. We have some internal code to support CRUD operations, but it would be nice to have upstream support.

Additional Context

We have some pre-existing code we'd be willing to contribute. Is this something you would be willing to accept?

What are Admin UI operations?

I'm talking about the API to configure Sentry
https://docs.sentry.io/api/

Ahh, I see. This is something outside of the scope of the SDK. Sorry.

Why are you opposed to adding support? I'm not asking you to do it, I'm offering to contribute