Skip to content

Commit

Permalink
feat(telemetry): Added Open Telemetry support
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Sep 13, 2024
1 parent 97cb697 commit 6ca1c8d
Show file tree
Hide file tree
Showing 10 changed files with 2,002 additions and 668 deletions.
5 changes: 4 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ export default getStormConfig({
"no-unused-vars": "warn",
"unicorn/consistent-function-scoping": 0,
"class-methods-use-this": 0,
"operator-linebreak": 0
"operator-linebreak": 0,
"indent": 0,
"function-paren-newline": 0,
"space-before-function-paren": 0
}
});
Loading

0 comments on commit 6ca1c8d

Please sign in to comment.