@bugsnag/plugin-server-session

@bugsnag/js plugin to enable session tracking in server applications

Usage no npm install needed!

<script type="module">
  import bugsnagPluginServerSession from 'https://cdn.skypack.dev/@bugsnag/plugin-server-session';
</script>

README

@bugsnag/plugin-server-session

This plugin provides a session implementation server applications. Rather than sending a session every time one is received like the browser session tracking does, it keeps a log of sessions started and sends a summary every minute. It is included in the Node notifier.

License

This package is free software released under the MIT License. See LICENSE.txt for details.