Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 566b279

Browse files
committed
adds missing license header and entry to change log/readme
1 parent e742f27 commit 566b279

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

example/custom-non-user-events-example/index.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
import { ConsoleSpanExporter, SimpleSpanProcessor } from '@opentelemetry/sdk-trace-base';
215
import { WebTracerProvider } from '@opentelemetry/sdk-trace-web';
316
import { UserInteractionInstrumentation } from '@opentelemetry/instrumentation-user-interaction';

0 commit comments

Comments
 (0)