Skip to content

Commit

Permalink
add experimental segment.io plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
smithclay committed Feb 23, 2021
1 parent 0e9953a commit a4c7427
Show file tree
Hide file tree
Showing 13 changed files with 10,457 additions and 17 deletions.
2 changes: 1 addition & 1 deletion js/packages/opentelemetry-plugin-rollbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"keywords": [
"opentelemetry",
"splitio",
"rollbar",
"nodejs",
"tracing",
"profiling",
Expand Down
16 changes: 0 additions & 16 deletions js/packages/opentelemetry-plugin-rollbar/test/rollbar.test.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
* Copyright The OpenTelemetry Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import {
context,
NoopLogger,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build
7 changes: 7 additions & 0 deletions js/packages/opentelemetry-plugin-segment-node/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
"env": {
"mocha": true,
"node": true
},
...require('../../../eslint.config.js')
}
4 changes: 4 additions & 0 deletions js/packages/opentelemetry-plugin-segment-node/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
build
.nyc_output
*.tgz
Loading

0 comments on commit a4c7427

Please sign in to comment.