Current Path: > home > transcarter > public_html > wp-content > > plugins > leadin > scripts > lib >
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.135 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
Raven.ts | File | 965 bytes | July 17 2025 21:06:25. |
import Raven from 'raven-js'; import { hubspotBaseUrl, phpVersion, wpVersion, leadinPluginVersion, portalId, plugins, } from '../constants/leadinConfig'; export function configureRaven() { if (hubspotBaseUrl.indexOf('local') !== -1) { return; } const domain = hubspotBaseUrl.replace(/https?:\/\/app/, ''); Raven.config( `https://a9f08e536ef66abb0bf90becc905b09e@exceptions${domain}/v2/1`, { instrument: { tryCatch: false, }, shouldSendCallback(data) { return ( !!data && !!data.culprit && /plugins\/leadin\//.test(data.culprit) ); }, release: leadinPluginVersion, } ).install(); Raven.setTagsContext({ v: leadinPluginVersion, php: phpVersion, wordpress: wpVersion, }); Raven.setExtraContext({ hub: portalId, plugins: Object.keys(plugins) .map(name => `${name}#${plugins[name]}`) .join(','), }); } export default Raven;
SILENT KILLER Tool