-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into cawllec/sidekiq-3-handler
- Loading branch information
Showing
26 changed files
with
693 additions
and
69 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
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
6.6.4 | ||
6.7.2 |
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 |
---|---|---|
@@ -1,18 +1,48 @@ | ||
### Expected behavior | ||
*[Insert details on expected behaviour]* | ||
### Description | ||
<!-- A quick description of what you're trying to accomplish --> | ||
|
||
### Observed behavior | ||
*[Insert details on observed behaviour]* | ||
### Issue | ||
<!-- | ||
What went wrong? (If this issue is a general question or a proposed change, | ||
feel free to delete this and subsequent sections. | ||
--> | ||
|
||
### Steps to reproduce | ||
*[Insert reproduction steps (if known)]* | ||
### Environment | ||
|
||
### Version | ||
*[Insert version information]* | ||
Library versions: | ||
|
||
### Additional information | ||
*[Insert any additional information]* | ||
<!-- | ||
Paste the output of this command into the code block below: | ||
bundle list | grep -E "(bugsnag|rails|sidekiq|que|sinatra|resque|shoryuken|mailman|delayed_job)" | ||
--> | ||
``` | ||
#### Can't comment on Issues? | ||
Some users have been unable to comment on Github issues when an [adblocker extension is enabled](https://docs.bugsnag.com/platforms/browsers/faq/#is-bugsnag-blocked-by-ad-blockers). | ||
We recommend temporarily disabling the extension, or if that fails, contacting support@bugsnag.com. | ||
``` | ||
|
||
- OS / OS version: | ||
- debug mode or production?: | ||
|
||
<!-- | ||
Below are a few approaches you might take to communicate the issue, in | ||
descending order of awesomeness. Please choose one and feel free to delete | ||
the others from this template. | ||
--> | ||
### Example Repo | ||
|
||
- [ ] Create a minimal repository that can reproduce the issue after running | ||
`bundle install` and `rackup` (or `rails server`, or `ruby some-script.rb`, | ||
etc) | ||
- [ ] Link to it here: | ||
|
||
### Example code snippet | ||
|
||
```ruby | ||
require 'bugsnag' | ||
|
||
# (Insert code sample to reproduce the problem) | ||
``` | ||
|
||
<!-- Error messages, if any --> | ||
``` | ||
``` |
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
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
Oops, something went wrong.