Skip to content

Commit

Permalink
Remove init event
Browse files Browse the repository at this point in the history
  • Loading branch information
ammbot committed May 31, 2021
1 parent 30838b5 commit eadf0d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -246,10 +246,6 @@ Examples for data you might want to track additionally:

## Telemetry Events

### `[:ex_audit, :init]`

An event emitted when `ExAudit.Supervisor` is starting.

### `[:ex_audit, :insert_event]`

An event emitted before new version is inserted.
Expand Down
2 changes: 0 additions & 2 deletions lib/ex_audit.ex
Expand Up @@ -8,8 +8,6 @@ defmodule ExAudit do
worker(ExAudit.CustomData, [])
]

:telemetry.execute([:ex_audit, :init], %{system_time: System.system_time()})

opts = [strategy: :one_for_one, name: ExAudit.Supervisor]
Supervisor.start_link(children, opts)
end
Expand Down

0 comments on commit eadf0d3

Please sign in to comment.