2.0.2 ā€¢ Published 7 months ago

@exmg/lit-helpers v2.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

Exmg Lit Utils @exmg/lit-helpers

Content

Links

Repository

NPM Page

Features

The LitHelpers package provides helper functions for diverse purpose to implement throughout CMSs

  • Sentry

Setup

git clone the project, then simply run npm i

šŸ’” Your NPM CLI must be connected to an authorized NPM account on @exmg namespace in NPM. To do so, please follow the instructions.

Development

The development process takes place on dedicated feature or fix branches. Each branch is then merged into master branch.

Please refer to the naming conventions for branches in the good practices section.

Usage

Sentry

initSentry function creates an instance of the CMS on Sentry allowing developers and PMs to follow bugs on production environments

See Exmg Sentry Page

Two possible usage, the default one that will report bug on the default project playtwo-cms

initSentry();

The configured usage will create a new "project" on Sentry to repot bug for a specific CMS :

initSentry({
  release: 'custom-cms',
  environment: 'production',
});

The Sentry function can be further configured :

export interface SentryConfig {
  release: string; // Name of the project on Sentry
  environment: string; // Type of the environment
  dsn: string; // Sentry key
  attachStacktrace: boolean; // Wether or not attaching the stack trace to the bug report
}
2.0.2

7 months ago

2.0.1

7 months ago

2.0.0

11 months ago

1.1.8

1 year ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.0.0-alpha.4

2 years ago

1.0.0-alpha.1

2 years ago