forked from jenkinsci/sentry-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor plugin to support latest Jenkins and Sentry version
Sentry SDK was updated to the latest one together with cleaning up unused code. Logger handler now is a dedicated dependency that should be listed. More in the [doc][1]. Jenkins BOM is taken from [article][2] [1]: https://docs.sentry.io/platforms/java/guides/jul/ [2]: https://www.jenkins.io/doc/developer/plugin-development/dependency-management/
- Loading branch information
Showing
5 changed files
with
15 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
src/main/groovy/io/jenkins/plugins/sentry/CustomClientFactory.groovy
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
src/main/groovy/io/jenkins/plugins/sentry/SentryPageDecorator.groovy
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<div> | ||
Integrates Jenkins with the Sentry error reporting service | ||
</div> |