7 lines
191 B
JavaScript
7 lines
191 B
JavaScript
/*
|
|
* Copyright The OpenTelemetry Authors
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
// Event name definitions
|
|
export const ExceptionEventName = 'exception';
|
|
//# sourceMappingURL=enums.js.map
|