Pangratios Cosma
Pangratios Cosma
Hey, this is my first issue so please bare with me. I suggested upterm to a colleague of mine and he came back with this screenshot. Its not on my...
Re-implement scheduled deployments within the monorepo, as discussed [here](https://github.com/honeybadger-io/honeybadger-js/pull/844#issuecomment-1210865721).
## What are the steps to reproduce this issue? 1. Create a serverless project 2. Create a simple synchronous handler that returns 200 (no callback, no async/await) 3. Wrap handler...
Discussed [here](https://github.com/honeybadger-io/honeybadger-js/pull/844#pullrequestreview-1068961472). TODO: - [ ] Update readme page to say that CC syntax is optional - [ ] Research on how to enforce CC on main branch
## Status **READY** ## Description Fixes #823.
- [x] Add ESM support, similar to [this fork](https://github.com/Czech-Publisher-Exchange/honeybadger-js/commit/a86d4d3e890393b45ef37b7739e1e09f6b382c47). - [ ] Notify fork that ESM support is officially added. Original [Slack discussion](https://honeybadger.slack.com/archives/C7ET3UGD6/p1652717240087049).
Looks like `window` is not available in background scripts. Bug first reported [here](https://github.com/honeybadger-io/honeybadger-js/pull/665#issuecomment-1017604994).
## Status **READY** ## Description Closes: #900 ## Todos - [x] Create PR with commit type `feat` (should not be breaking - nothing should change for users) - [x] Cleanup...
Our Gatsby plugin package does not have any unit tests. We should create some to maintain the quality of the package with updates.