Skip to content

sampsonbryce/go-sourcemap-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Sourcemap JS

A library to send data about javascript exceptions to the go-sourcemap libary

Usage

import * as GoSourcemap from "go-sourcemap-js";

try {
  function div(a, b) {
    return a / b.myattribute.myattribute;
  }

  div(2, 0);
} catch (e) {
  GoSourcemap.captureException(e);
}

About

A node client library for send javascript exceptions to the go-sourcemap server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published