Skip to content

Commit

Permalink
Merge pull request #58 from SgtPooki/feat/add-telemetry
Browse files Browse the repository at this point in the history
feat: add telemetry
  • Loading branch information
SgtPooki authored Jan 26, 2023
2 parents 996f3fd + 255de8b commit a5f8fbe
Show file tree
Hide file tree
Showing 4 changed files with 2,360 additions and 125 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import PeerId from 'peer-id'
import { toString as uint8ArrayToString } from 'uint8arrays/to-string'
import runes from 'runes2'
import codecs from './codecs.json'
import './telemetry.js'

// Label's max length in DNS (https://tools.ietf.org/html/rfc1034#page-7)
const dnsLabelMaxLength = 63
Expand Down
Loading

0 comments on commit a5f8fbe

Please sign in to comment.