Skip to content

Commit

Permalink
fix: import sendPayloadToTreblle
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Feb 28, 2023
1 parent 12ebdee commit 040d037
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const { sendPayloadToTreblle } = require('@treblle/utils')
const treblleMiddleware = require('./private/treblle-middleware')

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@treblle/sails",
"version": "0.0.1",
"version": "0.0.2",
"description": "Sails hook for Treblle",
"main": "index.js",
"sails": {
Expand Down
1 change: 1 addition & 0 deletions private/treblle-middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const {
maskSensitiveValues,
generateTrebllePayload,
getRequestDuration,
sendPayloadToTreblle,
} = require('@treblle/utils')

const { version: sdkVersion } = require('../package.json')
Expand Down

0 comments on commit 040d037

Please sign in to comment.