Skip to content

magicbell@1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 12:48
· 652 commits to main since this release
fe79bfa

Minor Changes

  • #64 1676fd3 Thanks @smeijer! - feat: support custom request headers

    Custom 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',
      },
    });