JSPM

@3stats/dcl-tracer

0.4.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q67399F
  • License ISC

@3stats/dcl-tracer is a Metaverse analytics service offered by 3pass that tracks and reports activities around your virtual land.

Package Exports

  • @3stats/dcl-tracer
  • @3stats/dcl-tracer/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@3stats/dcl-tracer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@3stats/dcl-tracer

3stat is a Metaverse analytics service offered by 3pass that tracks and reports activities around your virtual land.

Visit dashboard.3pass.app to try it out

Requirements

Installation

To install or update the package use the following commands:

npm i @3stats/dcl-tracer@latest

Usage

  1. Simply add the following lines to your scene's src/game.ts file:
import "../node_modules/@3stats/dcl-tracer/registerDclEvents"

\\ Insert your code here
  1. Deploy your scene to the decentraland catalyst servers:
dcl deploy
  1. Visit dashboard.3pass.app and select your land's coordinates

Custom events

If you are a registerd, you can fire custom events, example:

import { customEvents } from '../node_modules/@3stats/dcl-tracer/index'

// ... your code here

customEvents({
  eventType: 'customEvent',
  tags: ['testTag'] // Optional
})

FAQ

  1. How do I check if ir works?

Problems?

For specific technical issues, please feel free to file a github issue which includes the following information:

  • Full backtrace and/or a detailed explanation of the error
  • Steps to reproduce (when relevant)
  • Versions of the environment you are using: Node, NPM, Yarn, Decentraland CLI/SDK, OS, etc

For other topics, please join our discord

License

Please see LICENSE for licensing details.