Skip to content

Commit 1ab53f8

Browse files
kinyoklionVadman97
andauthored
Add support for custom sampling. (#25)
Co-authored-by: Vadim Korolik <[email protected]>
1 parent 080fa7d commit 1ab53f8

File tree

21 files changed

+2648
-900
lines changed

21 files changed

+2648
-900
lines changed

.changeset/wicked-papers-report.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'highlight.run': patch
3+
---
4+
5+
Add support for client-side sampling.

sdk/highlight-run/codegen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ hooks:
66
- prettier --write
77
generates:
88
# Get schemas from server
9-
src/graph/generated/schemas.ts:
9+
src/client/graph/generated/schemas.ts:
1010
documents: 'src/**/**.gql'
1111
plugins:
1212
- typescript
1313

1414
# Create operations based on queries
15-
src/graph/generated/operations.ts:
15+
src/client/graph/generated/operations.ts:
1616
documents: 'src/**/**.gql'
1717
plugins:
1818
- typescript

0 commit comments

Comments
 (0)