Skip to content

Commit

Permalink
chore: revert commit for default plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
subzero10 committed Nov 17, 2023
1 parent 2e3d5e2 commit e2fa82b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/js/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ class Honeybadger extends Client {

factory(opts?: Partial<HoneybadgerServerConfig>): this {
const clone = new Honeybadger({
__plugins: DEFAULT_PLUGINS,
// fixme: this can create unwanted side-effects, needs to be tested thoroughly before enabling
// __plugins: DEFAULT_PLUGINS,
...(readConfigFromFileSystem() ?? {}),
...opts,
// eslint-disable-next-line @typescript-eslint/no-explicit-any
Expand Down

0 comments on commit e2fa82b

Please sign in to comment.