We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51a660 commit 121beb5Copy full SHA for 121beb5
.github/ISSUE_TEMPLATE/bug_report.md
@@ -21,12 +21,12 @@ assignees: st0012
21
- Integration Versions (if any):
22
- e.g. Rails 6.0, Sidekiq 6.1.2
23
24
-**Raven Config**
+**Sentry Config**
25
26
This is not necessary but could be helpful.
27
28
```ruby
29
-Raven.configure do |config|
+Sentry.init do |config|
30
# the config you're using, without DSN and other sensitive data
31
end
32
```
.github/workflows/batch_build_release.yml renamed to .github/workflows/build_batch_release.yml
@@ -1,12 +1,12 @@
1
-name: Batch Build Release
+name: Build Batch Release
2
3
on:
4
push:
5
branches:
6
- release/**
7
jobs:
8
build:
9
- name: Build
+ name: Build gems
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
0 commit comments