Coursemology/coursemology2

View on GitHub
client/app/lib/components/wrappers/RollbarWrapper.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function RollbarProvider has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const RollbarProvider = (props: RollbarProviderProps): JSX.Element => {
  // TODO: To report user id as well after we move to SPA.
  const rollbarConfig =
    process.env.NODE_ENV === 'development'
      ? {}
Severity: Minor
Found in client/app/lib/components/wrappers/RollbarWrapper.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status