Shalvah

Results 22 issues of Shalvah

Closes https://github.com/honeybadger-io/honeybadger-ruby/issues/416 Error reporter [API doc](https://api.rubyonrails.org/v7.1/classes/ActiveSupport/ErrorReporter.html#method-i-subscribe) Re the `source` parameter (new in v7.1): - Added a new config option so users can automatically ignore certain sources - Only (two internal...

Closes #383 Makes use of the Railtie `before_initialize` hook, which has been around [for a while](https://github.com/rails/rails/commit/3afdfc35e8aec7e6379e093dd1278cb3de54f21b). `before_initialize` runs after Rails' config and application has booted, but before the framework initializers...

### Summary Update the docs for `ActiveSupport::ErrorSubscriber` to mention [the new `source` parameter](https://github.com/rails/rails/pull/44998).

activesupport
docs

[See rendered RFC](https://github.com/shalvah/rfcs/tree/package-resolution-nodejs-version/accepted/000-package-resolution-nodejs-version.md) ## References https://github.com/npm/feedback/discussions/445

Fixes https://github.com/honeybadger-io/honeybadger-js/issues/825#issuecomment-1194252433 When using AsyncStore, the store is always undefined if you aren't inside an async context. Normally, when we enter an async context (ie start handling a request with...

I noticed that whenever I run `sls invoke` or `sls offline`, the `serverless_rack` and `rack_adapter` files are deleted. This is extremely frustrating, as it means I have to run `rack...

### Motivation / Background This PR makes some improvements to the error-reporting guide introduced in https://github.com/rails/rails/pull/45946 : - Reworks the docs for clarity - Removes some unnecessary content - Adds...

docs

Removes our dependency on `@types/express`, fixing #907. (Also removed `@types/aws_lambda`.( Inlined the types directly; we don't really need the in-depth type info, since we aren't the end user.

Identical to https://github.com/knuckleswtf/pastel-js/issues/1 Our templates are written in Blade, but other than that, it's the same requirement. If a new theme is added to one library, it can easily be...