Skip to content

Commit 0af54b7

Browse files
authored
Remove experimental module (#609)
The experimental module is unused in the `@appsignal/nodejs` package. Let's remove it. Closes #602
1 parent 3bdd223 commit 0af54b7

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
bump: "patch"
3+
type: "remove"
4+
---
5+
6+
Remove the unused experimental module.

packages/nodejs/src/experimental.ts

-6
This file was deleted.

packages/nodejs/src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77

88
export { BaseClient as Appsignal } from "./client"
99
export * from "./interfaces"
10-
export { EXPERIMENTAL } from "./experimental"

0 commit comments

Comments
 (0)