Skip to content

Commit

Permalink
Remove eval sink
Browse files Browse the repository at this point in the history
  • Loading branch information
timokoessler committed Dec 18, 2024
1 parent a892b72 commit 23a63d8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 107 deletions.
2 changes: 0 additions & 2 deletions library/agent/protect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ import { Postgresjs } from "../sinks/Postgresjs";
import { Fastify } from "../sources/Fastify";
import { Koa } from "../sources/Koa";
import { ClickHouse } from "../sinks/ClickHouse";
import { Eval } from "../sinks/Eval";
import { Function } from "../sinks/Function";

function getLogger(): Logger {
Expand Down Expand Up @@ -138,7 +137,6 @@ export function getWrappers() {
new Fastify(),
new Koa(),
new ClickHouse(),
new Eval(),
new Function(),
];
}
Expand Down
75 changes: 0 additions & 75 deletions library/sinks/Eval.test.ts

This file was deleted.

30 changes: 0 additions & 30 deletions library/sinks/Eval.ts

This file was deleted.

0 comments on commit 23a63d8

Please sign in to comment.