Skip to content

Commit

Permalink
feat: relocate js sdk to merge
Browse files Browse the repository at this point in the history
feat: separate adapter and collector, add demangling

feat: add datadog adapter, re-export from sdk

feat: implement support for allocation tracking

chore: centralize util id functions

fix: update import paths

chore: remove span collector id

fix: add modsurfer-demangle to the repo

fix: correct trace endpoint, address pr feedback

fix: duration correction

chore: remove name truncation

fix: use put for datadog request

feat: Produce bundles for Deno & Node

feat: add web build

feat: create separate npm packages for datadog and stdout adapters

feat: create separate npm packages for datadog and stdout adapters

fix: support allocation tracing attached to functions (#4)

* fix: support allocation tracing attached to functions

* chore: include additional wasm module for testing

* test: update tests to use other wasm

* fix: update package.json to use new tests

chore: gen build files

chore: commit build files

fix: node test

chore: create packages directory

chore: use package name as directory name

feat: parse custom name section without wasm-parser, create universal distributables

chore: package cleanup

chore: remove dist

chore: relocate js sdk to merge

Co-Authored-By: Rob Wong <rob@dylibso.com>
  • Loading branch information
nilslice and wikiwong committed Jul 28, 2023
1 parent 7637aa6 commit 78418af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
rust/target
rust/Cargo.lock
target
1 change: 0 additions & 1 deletion js/README.md → README.md
Expand Up @@ -129,4 +129,3 @@ make instrument WASM_INSTR_API_KEY=<your-api-key>
One of the test adapters will output to Zipkin, defaulting to one running on localhost.

docker run -d -p 9411:9411 openzipkin/zipkin

0 comments on commit 78418af

Please sign in to comment.