File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
packages/remix/src/vendor Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 11/* eslint-disable deprecation/deprecation */
22/* eslint-disable max-lines */
33/* eslint-disable jsdoc/require-jsdoc */
4+
5+ // Vendored and modified from:
6+ // https://github.com/justindsmith/opentelemetry-instrumentations-js/blob/3b1e8c3e566e5cc3389e9c28cafce6a5ebb39600/packages/instrumentation-remix/src/instrumentation.ts
7+
8+ /*
9+ * Copyright Justin Smith
10+ *
11+ * Licensed under the Apache License, Version 2.0 (the "License");
12+ * you may not use this file except in compliance with the License.
13+ * You may obtain a copy of the License at
14+ *
15+ * https://www.apache.org/licenses/LICENSE-2.0
16+ *
17+ * Unless required by applicable law or agreed to in writing, software
18+ * distributed under the License is distributed on an "AS IS" BASIS,
19+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20+ * See the License for the specific language governing permissions and
21+ * limitations under the License.
22+ */
23+
424import type { Span } from '@opentelemetry/api' ;
525import opentelemetry , { SpanStatusCode } from '@opentelemetry/api' ;
626import type { InstrumentationConfig } from '@opentelemetry/instrumentation' ;
You can’t perform that action at this time.
0 commit comments