Giter VIP home page Giter VIP logo

go-sentry's People

Contributors

cameronhall avatar dandorman avatar danielpoonwj avatar dustinblackman avatar emcfarlane avatar eugeniykurasov avatar fa93hws avatar javaadsnappcar avatar jianyuan avatar mced avatar merrington avatar mogagnon avatar mtanda avatar mvantellingen avatar nessex avatar pballandras avatar pondidum avatar qdegraaf avatar rabunkosar-dd avatar rcmachado avatar renovate[bot] avatar sbrudz avatar taj-p avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

go-sentry's Issues

New Major Release

Would it be possible to publish a new release? We are trying to take advantage of 1f63b22, but the last release was cut in October 2018. This release predates this commit, so we currently have to point to the current SHA in master which is non-ideal.

Metric alert has two types of response

When we create project alerts with integrations (for example slack) we are expected response like MetricAlert
(

type MetricAlert struct {
)

Here is method:

func (s *MetricAlertsService) Update(ctx context.Context, organizationSlug string, projectSlug string, alertRuleID string, params *MetricAlert) (*MetricAlert, *Response, error) {

Here is endpoint from sentry repository.
https://github.com/getsentry/sentry/blob/41f9103679d2669ab5e9b32a8e2b1970578e4f4e/src/sentry/incidents/endpoints/project_alert_rule_index.py#L112

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

github-actions
.github/workflows/go.yaml
  • actions/checkout v4
  • actions/setup-go v5
gomod
go.mod
  • go 1.19
  • github.com/google/go-querystring v1.1.0
  • github.com/peterhellberg/link v1.2.0
  • github.com/stretchr/testify v1.8.4

  • Check this box to trigger a request for Renovate to run again on this repository

Support EventFrequencyCondition

Example rule condition for use with terraform-provider-sentry:

{
  id        = "sentry.rules.conditions.event_frequency.EventFrequencyCondition",
  interval  = "1h",
  value     = "10"
}

The interval and value parameters are currently ignored so Sentry errors out.

// RuleCondition represents the conditions for each rule.
// https://github.com/getsentry/sentry/blob/9.0.0/src/sentry/api/serializers/models/rule.py
type RuleCondition struct {
ID string `json:"id"`
Name string `json:"name"`
}

Introduce context.Context argument to all methods

Add context.Context argument to all methods.

Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.

As this will be a breaking change, it would be a good idea to bump the major version of this library to v2.


Also, fixes #29

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.