This repository was archived by the owner on Feb 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
example/custom-non-user-events-example Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Apache Flagon UserALE.js (Incubating) 2.3.0 (2022-04-05)
88 * Fixes issue in autostart configurations and start(), stop() export usage
99 * Adds additional unit tests for autostart configurations
1010 * Adds React App.js example/test utility
11+ * Adds additional examples (non-user log examples)
1112 * Minor updates to update deprecated downstream dev dependencies
1213 * Minor changes to documentation, updated examples
1314
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ Additional documentation and a demonstration can be found at the [Apache Flagon
3636- Fixes issue in autostart configurations and start(), stop() export usage
3737- Adds additional unit tests for autostart configurations
3838- Adds React App.js example/test utility
39+ - Adds additional UserALE.js custom logging examples
3940- Minor updates to update deprecated downstream dev dependencies
4041- Minor changes to documentation, updated examples
4142
Original file line number Diff line number Diff line change 1+ // Licensed to the Apache Software Foundation (ASF) under one or more
2+ // contributor license agreements. See the NOTICE file distributed with
3+ // this work for additional information regarding copyright ownership.
4+ // The ASF licenses this file to You under the Apache License, Version 2.0
5+ // (the "License"); you may not use this file except in compliance with
6+ // the License. You may obtain a copy of the License at
7+ // http://www.apache.org/licenses/LICENSE-2.0
8+ // Unless required by applicable law or agreed to in writing, software
9+ // distributed under the License is distributed on an "AS IS" BASIS,
10+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+ // See the License for the specific language governing permissions and
12+ // limitations under the License.
13+
114import { ConsoleSpanExporter , SimpleSpanProcessor } from '@opentelemetry/sdk-trace-base' ;
215import { WebTracerProvider } from '@opentelemetry/sdk-trace-web' ;
316import { UserInteractionInstrumentation } from '@opentelemetry/instrumentation-user-interaction' ;
You can’t perform that action at this time.
0 commit comments