From 2de6de7105d1ebdf2809cf0658d95a0ec81b1038 Mon Sep 17 00:00:00 2001 From: Konrad Dysput Date: Fri, 25 Aug 2023 11:50:58 +0200 Subject: [PATCH] Source map tools README --- tools/sourcemap-tools/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tools/sourcemap-tools/README.md diff --git a/tools/sourcemap-tools/README.md b/tools/sourcemap-tools/README.md new file mode 100644 index 00000000..bb5ccccd --- /dev/null +++ b/tools/sourcemap-tools/README.md @@ -0,0 +1,5 @@ +# **Backtrace Source maps tools** + +[Backtrace](https://backtrace.io) captures and reports handled and unhandled exceptions in your production software so you can manage application quality through the complete product lifecycle. + +The [@backtrace-labs/sourcemap-tools](#) SDK connects all source maps tools created by Backtrace on all platforms. In this package you can find the common code shared by all our modules. For platform-specific implementation or overrides, please visit our repository https://github.com/backtrace-labs/backtrace-javascript \ No newline at end of file