This stand-alone LWC app demonstrates the use of the o11y
instrumentation platform. It comes with a built-in server to receive instrumentation collected on the client-side, but it can also be configured to direct traffic to a Salesforce instance.
You can go to o11y, or deploy a copy of the app.
Note: deploying from git.soma is not supported.
Deploys Take place automatically PR merges into master. You can also attempt to manually deploy using the button below
- Using yarn is recommended.
- After having forked the repo and cloned it to your local, do:
yarn install
yarn build
yarn start # or yarn start:both to create separate server processes
Before sending your PR, make sure to run one of:
yarn build:update:build
yarn build:update:minor
yarn build:update:major
as needed.
Every commit to master is automatically deployed to heroku. The steps below can be used if you have to revert to manual deploys for some reason
- Must have Heroku CLI pre-installed.
Ensure git remote for Heroku is set:
git remote add heroku https://git.heroku.com/o11y.git
git remote -v
Publish:
heroku login # Use SSO
git push heroku YOUR_BRANCH:master # Push changes
heroku logs --tail # Continuously view logs