Skip to content

Commit 95ea6e0

Browse files
committed
Add DRIVER_NAME constant for nodejs-sql-driver
1 parent 844a187 commit 95ea6e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/telemetry/types.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17+
/**
18+
* Driver name constant for telemetry
19+
*/
20+
export const DRIVER_NAME = 'nodejs-sql-driver';
21+
1722
/**
1823
* Event types emitted by the telemetry system
1924
*/

0 commit comments

Comments
 (0)