Skip to content

Commit 39e66b7

Browse files
authored
fix: update highlight-run typedoc (#184)
## Summary Fixes incomplete typedoc generation. ## How did you test this change? [triggering docs deploy ](https://github.com/launchdarkly/observability-sdk/actions/runs/17082878833) https://launchdarkly.github.io/observability-sdk/packages/@launchdarkly/observability/types/client_types_types.CommonOptions.html ## Are there any deployment considerations? no
1 parent c32cf1c commit 39e66b7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

sdk/highlight-run/typedoc.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"name": "@launchdarkly/observability + @launchdarkly/session-replay",
44
"includeVersion": false,
55
"entryPoints": [
6+
"src/api/*.ts",
67
"src/index.tsx",
7-
"src/api/record.ts",
8-
"src/api/observe.ts",
9-
"src/plugins/record.ts",
10-
"src/plugins/observe.ts",
11-
"src/sdk/LDRecord.ts",
12-
"src/sdk/LDObserve.ts"
8+
"src/integrations/*.ts",
9+
"src/plugins/*.ts",
10+
"src/sdk/*.ts",
11+
"src/client/**/*.ts",
12+
"src/client/**/*.tsx"
1313
],
1414
"exclude": [
1515
"**/__tests__/**",

0 commit comments

Comments
 (0)