diff --git a/.changeset/tricky-apples-complain.md b/.changeset/tricky-apples-complain.md
new file mode 100644
index 000000000..c41af8d7e
--- /dev/null
+++ b/.changeset/tricky-apples-complain.md
@@ -0,0 +1,5 @@
+---
+"@hyperdx/app": minor
+---
+
+Add toggle filters button, copy field, and per-row copy-to-clipboard for JSON data and modal URLs in RawLogTable
diff --git a/packages/api/tsconfig.json b/packages/api/tsconfig.json
index 55b89a84f..dd3f57570 100644
--- a/packages/api/tsconfig.json
+++ b/packages/api/tsconfig.json
@@ -3,20 +3,12 @@
"compilerOptions": {
"baseUrl": "./src",
"paths": {
- "@/*": [
- "./*"
- ]
+ "@/*": ["./*"]
},
"rootDir": ".",
"outDir": "build",
"moduleResolution": "Node16"
},
- "include": [
- "src",
- "migrations",
- "scripts"
- ],
- "exclude": [
- "node_modules"
- ]
-}
\ No newline at end of file
+ "include": ["src", "migrations", "scripts"],
+ "exclude": ["node_modules"]
+}
diff --git a/packages/app/src/DBSearchPage.tsx b/packages/app/src/DBSearchPage.tsx
index e58a4a100..f6801374d 100644
--- a/packages/app/src/DBSearchPage.tsx
+++ b/packages/app/src/DBSearchPage.tsx
@@ -1226,7 +1226,11 @@ function DBSearchPage() {
/>
)}