fix(nestjs): Exception filters in main app module are not being executed (#13278)
With this release nestjs error monitoring is no longer automatically set up after adding the SentryModule to your
application, which led to issues in certain scenarios. You will now have to either add the SentryGlobalFilter to
your main module providers or decorate the catch() method in your existing global exception filters with the newly
released @WithSentry() decorator. See the docs for
more details.
Deno.permissions.querySync (#13378)Work in this release was contributed by @charpeni. Thank you for your contribution!
Fetched March 31, 2026