Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sentry-delayed_job integration #1273

Merged
merged 7 commits into from
Feb 9, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update craft config
  • Loading branch information
st0012 committed Feb 9, 2021
commit 56cc89fe765624d86d0b823c32962fa92c015c98
6 changes: 3 additions & 3 deletions sentry-delayed_job/.craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ github:
repo: sentry-ruby
changelogPolicy: simple
preReleaseCommand: ruby ../.scripts/bump-version.rb
releaseBranchPrefix: release-sentry-sidekiq
releaseBranchPrefix: release-sentry-delayed_job
statusProvider:
name: github
artifactProvider:
name: github
targets:
- name: gem
- name: github
tagPrefix: sentry-sidekiq-v
tagPrefix: sentry-delayed_job-v
- name: registry
type: sdk
config:
canonical: 'gem:sentry-sidekiq'
canonical: 'gem:sentry-delayed_job'