lint ✨
This commit is contained in:
parent
5a24638e95
commit
4ca58ded5b
|
@ -13,12 +13,12 @@ function captureException(err) {
|
|||
}
|
||||
|
||||
function captureEvent(event) {
|
||||
if (process.env.NODE_ENV !== "production") return;
|
||||
if (process.env.NODE_ENV !== "production") return
|
||||
posthog.capture(event)
|
||||
}
|
||||
|
||||
export default {
|
||||
activate,
|
||||
captureException,
|
||||
captureEvent
|
||||
captureEvent,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue