pcon/sfdc-eventMonitoring

View on GitHub
src/lib/statics/logTypes.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = { types: [
    'API',
    'ApexCallout',
    'ApexExecution',
    'ApexRestAPI',
    'ApexSoap',
    'ApexTrigger',
    'ApexUnexpectedException',
    'AsyncReportRun',
    'BulkAPI',
    'ChangesetOperation',
    'Console',
    'ContentDistribution',
    'ContentDocument',
    'ContentTransfer',
    'ContinuationCalloutSummary',
    'Dashboard',
    'DocumentAttach',
    'ExternalCrossorgCallout',
    'ExternalCustomApexCallout',
    'ExternaloDataCallout',
    'InsecureExternalAssets',
    'KnowledgeArticleView',
    'LightningError',
    'LightningInteraction',
    'LightningPageView',
    'LightningPerformance',
    'Login',
    'LoginAs',
    'Logout',
    'MetadataAPI',
    'Multiblock',
    'PackageInstall',
    'PlatformEncryption',
    'QueuedExec',
    'Report',
    'ReportExport',
    'RestAPI',
    'Sandbox',
    'Search',
    'SearchClick',
    'Sites',
    'TimebasedWorkflow',
    'Transaction',
    'URI',
    'VisualforceRequest',
    'WaveChange',
    'WaveInteraction',
    'WavePerformance'
] };