Skip to content

Commit

Permalink
Add allowed external types file
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed Mar 18, 2024
1 parent b9e289f commit 8ad4c12
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions crates/weaver_semconv_gen/allowed-external-types.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
# This is used with cargo-check-external-types to reduce the surface area of downstream crates from
# the public API. Ideally this can have a few exceptions as possible.
allowed_external_types = [
"weaver_semconv::Error",
"weaver_resolver::Error",
]

0 comments on commit 8ad4c12

Please sign in to comment.