README.md in tanshuku-0.0.20 vs README.md in tanshuku-1.0.0
- old
+ new
@@ -63,11 +63,11 @@
```rb
# config/initializers/tanshuku.rb
Tanshuku.configure do |config|
config.exception_reporter =
lambda { |exception:, original_url:|
- Sentry.capture_exception(exception, tags: { original_url: })
+ Sentry.capture_exception(exception, tags: { original_url: original_url })
}
end
```
#### More information
@@ -178,10 +178,10 @@
## How to develop
1. Fork this repository
1. `git clone` your fork
-1. `bundle install` and `rake steep:prepare`
+1. `bundle install`
1. Update sources
1. `rake`
1. Fix `rake` errors if `rake` fails
1. Create a pull request