magicbell@1.3.0
·
652 commits
to main
since this release
Minor Changes
-
#64
1676fd3
Thanks @smeijer! - feat: support custom request headersCustom request headers can be used to decorate requests for logs and metrics or for example to instruct proxy servers.
import MagicBell from 'magicbell'; const magicbell = new MagicBell({ apiKey: 'my-api-key', headers: { 'X-Custom-Header': 'foo', }, });