Skip to content

feat: Remove IgnoreError and send sentry only on panics#60

Merged
erezrokah merged 1 commit intomainfrom
feat/remove_is_ignore_error
Sep 7, 2022
Merged

feat: Remove IgnoreError and send sentry only on panics#60
erezrokah merged 1 commit intomainfrom
feat/remove_is_ignore_error

Conversation

@yevgenypats
Copy link
Copy Markdown
Contributor

@yevgenypats yevgenypats commented Sep 6, 2022

We will be logging everything as log and moving log analysis to external tools such as jq.

Also, for sentry we will be only looking for panics and not for incorrect classification as we dont classify anything anymore

Also discussed with @erezrokah and @hermanschaaf


Use the following steps to ensure your PR is ready to be reviewed

  • Read the contribution guidelines 🧑‍🎓
  • Run go fmt to format your code 🖊
  • Lint your changes via golangci-lint run 🚨 (install golangci-lint here)
  • Update or add tests 🧪
  • Ensure the status checks below are successful ✅

We will be logging everything as log and moving log analysis
to external tools such as jq.

Also, for sentry we will be only looking for panics and not
for incorrect classification as we dont classify anything anymore
@erezrokah erezrokah merged commit 7139e55 into main Sep 7, 2022
@erezrokah erezrokah deleted the feat/remove_is_ignore_error branch September 7, 2022 08:16
@cq-bot cq-bot mentioned this pull request Sep 7, 2022
kodiakhq bot pushed a commit that referenced this pull request Sep 7, 2022
🤖 I have created a release *beep* *boop*
---


## [0.2.1](v0.2.0...v0.2.1) (2022-09-07)


### Features

* Remove IgnoreError and send sentry only on panics ([#60](#60)) ([7139e55](7139e55))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants