Skip to content

Instantly share code, notes, and snippets.

@danielwmri
Created September 21, 2022 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielwmri/f24a08a4867901b7047836b166af0045 to your computer and use it in GitHub Desktop.
Save danielwmri/f24a08a4867901b7047836b166af0045 to your computer and use it in GitHub Desktop.
apm-vs-trace-output
This file has been truncated, but you can view the full file.
[2022-09-21 09:26:01.400 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} Service name provided in configuration is xxxxxxx
[2022-09-21 09:26:01.502 +01:00][Info] - {AbstractConfigurationReader (FullFrameworkConfigReader)} The agent was started without a service version. The service version will be automatically discovered.
[2022-09-21 09:26:01.520 +01:00][Warning] - {AbstractConfigurationReader (FullFrameworkConfigReader)} Failed to discover service version, the service version will be omitted.
[2022-09-21 09:26:01.534 +01:00][Debug] - {SystemInfoHelper} No /proc/self/cgroup found - the agent will not report container id
[2022-09-21 09:26:01.658 +01:00][Debug] - {BackendCommUtils} Building HTTP client with BaseAddress: https://apm.xxxxxxxxx.xxx/ for BackendCommComponentBase (PayloadSenderV2)...
[2022-09-21 09:26:01.789 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} GlobalLabels configuration option doesn't have a valid value - using default (empty map)
[2022-09-21 09:26:01.840 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} MaxQueueEventCount configuration option doesn't have a valid value - using default: 1000
[2022-09-21 09:26:01.845 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} MaxBatchEventCount configuration option doesn't have a valid value - using default: 10
[2022-09-21 09:26:01.859 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} FlushInterval configuration option doesn't have a valid value - using default: 00:00:10
[2022-09-21 09:26:01.867 +01:00][Debug] - {PayloadSenderV2} Using the following configuration options: Events intake API absolute URL: https://apm.xxxxxxxxx.xxx/intake/v2/events, FlushInterval: 10s, MaxBatchEventCount: 10, MaxQueueEventCount: 1000
[2022-09-21 09:26:02.012 +01:00][Debug] - {BackendCommComponentBase (PayloadSenderV2)} Waiting for work loop started event...
[2022-09-21 09:26:02.026 +01:00][Debug] - {BackendCommComponentBase (PayloadSenderV2)} Signaling work loop started event...
[2022-09-21 09:26:02.031 +01:00][Debug] - {BackendCommComponentBase (PayloadSenderV2)} Work loop started signaled
[2022-09-21 09:26:02.155 +01:00][Debug] - {BackendCommComponentBase (CentralConfigurationFetcher)} Disabled - exiting without initializing any members used by work loop
[2022-09-21 09:26:02.157 +01:00][Info] - {CentralConfigurationFetcher} Central configuration feature is DISABLED because CentralConfig option's value is False (default value is True)
[2022-09-21 09:26:02.266 +01:00][Warning] - {GcMetricsProvider} TraceEventSession initialization failed - GC metrics won't be collected+-> Exception: System.UnauthorizedAccessException: Error Starting ETW: Access Denied (Administrator rights required to start ETW)
at Microsoft.Diagnostics.Tracing.Session.TraceEventSession.InsureStarted(EVENT_TRACE_PROPERTIES* properties)
at Microsoft.Diagnostics.Tracing.Session.TraceEventSession.get_Source()
at Elastic.Apm.Metrics.MetricsProvider.GcMetricsProvider..ctor(IApmLogger logger, IReadOnlyList`1 disabledMetrics)
[2022-09-21 09:26:02.271 +01:00][Trace] - {CgroupMetricsProvider} CgroupMetricsProvider detected a non Linux OS, therefore Cgroup metrics will not be reported
[2022-09-21 09:26:02.281 +01:00][Info] - {MetricsCollector} Collecting metrics in 30000 milliseconds interval
[2022-09-21 09:26:02.301 +01:00][Debug] - {ElasticApmModule.#1} Found ASP.NET version: 4.8.4494.0
[2022-09-21 09:26:02.307 +01:00][Trace] - Initialization - Agent.Setup called. Callstack: at Elastic.Apm.Agent.Setup(AgentComponents agentComponents)
at Elastic.Apm.AspNetFullFramework.ElasticApmModule.<>c__DisplayClass25_0.<InitOnceForAllInstancesUnderLock>b__0()
at Elastic.Apm.Helpers.LazyContextualInit.<>c__DisplayClass6_0.<Init>b__0()
at System.Threading.LazyInitializer.EnsureInitializedCore[T](T& target, Boolean& initialized, Object& syncLock, Func`1 valueFactory)
at Elastic.Apm.Helpers.LazyContextualInit.Init(Action initAction)
at Elastic.Apm.AspNetFullFramework.ElasticApmModule.InitOnceForAllInstancesUnderLock(String dbgInstanceName)
at Elastic.Apm.AspNetFullFramework.ElasticApmModule.InitImpl(HttpApplication application)
at Elastic.Apm.AspNetFullFramework.ElasticApmModule.Init(HttpApplication application)
at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers)
at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context)
at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context)
at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)
[2022-09-21 09:26:02.360 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} CaptureHeaders configuration option doesn't have a valid value - using default: True
[2022-09-21 09:26:02.461 +01:00][Debug] - {HttpDiagnosticListener} Current runtime is detected as Full Framework. RuntimeInformation.FrameworkDescription: .NET Framework 4.8.4515.0
[2022-09-21 09:26:02.525 +01:00][Debug] - {DiagnosticInitializer} Subscribed Elastic.Apm.DiagnosticListeners.HttpDiagnosticListenerFullFrameworkImpl to `System.Net.Http.Desktop' events source
[2022-09-21 09:26:02.528 +01:00][Debug] - {ElasticApmModule.#1} Initialized Agent singleton. .NET runtime: .NET Framework 4.8.4515.0; IIS: 10.0
[2022-09-21 09:26:02.705 +01:00][Trace] - {HttpDiagnosticListenerFullFrameworkImpl} Called with key: `System.Net.Http.Desktop.HttpRequestOut.Start'
[2022-09-21 09:26:02.717 +01:00][Trace] - {HttpDiagnosticListenerFullFrameworkImpl} Processing start event... Request URL: http://169.254.169.254/latest/api/token
[2022-09-21 09:26:02.719 +01:00][Debug] - {HttpDiagnosticListenerFullFrameworkImpl} No current transaction, skip creating span for outgoing HTTP request
[2022-09-21 09:26:02.902 +01:00][Trace] - {AwsCloudMetadataProvider} Unable to get aws cloud metadata. The application is likely not running in aws+-> Exception: System.Net.Http.HttpRequestException: An error occurred while sending the request.
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
at Elastic.Apm.Cloud.AwsCloudMetadataProvider.<GetMetadataAsync>d__10.MoveNext()
[2022-09-21 09:26:02.912 +01:00][Trace] - {HttpDiagnosticListenerFullFrameworkImpl} Called with key: `System.Net.Http.Desktop.HttpRequestOut.Start'
[2022-09-21 09:26:02.914 +01:00][Trace] - {HttpDiagnosticListenerFullFrameworkImpl} Processing start event... Request URL: http://metadata.google.internal/computeMetadata/v1/?recursive=true
[2022-09-21 09:26:02.915 +01:00][Debug] - {HttpDiagnosticListenerFullFrameworkImpl} No current transaction, skip creating span for outgoing HTTP request
[2022-09-21 09:26:02.990 +01:00][Trace] - {GcpCloudMetadataProvider} Unable to get gcp cloud metadata. The application is likely not running in gcp+-> Exception: System.Net.Http.HttpRequestException: An error occurred while sending the request.
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
at Elastic.Apm.Cloud.GcpCloudMetadataProvider.<GetMetadataAsync>d__9.MoveNext()
[2022-09-21 09:26:03.026 +01:00][Trace] - {HttpDiagnosticListenerFullFrameworkImpl} Called with key: `System.Net.Http.Desktop.HttpRequestOut.Start'
[2022-09-21 09:26:03.037 +01:00][Trace] - {HttpDiagnosticListenerFullFrameworkImpl} Processing start event... Request URL: http://169.254.169.254/metadata/instance/compute?api-version=2019-08-15
[2022-09-21 09:26:03.104 +01:00][Debug] - {HttpDiagnosticListenerFullFrameworkImpl} No current transaction, skip creating span for outgoing HTTP request
[2022-09-21 09:26:03.114 +01:00][Trace] - {AzureCloudMetadataProvider} Unable to get azure cloud metadata. The application is likely not running in azure+-> Exception: System.Net.Http.HttpRequestException: An error occurred while sending the request.
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
at Elastic.Apm.Cloud.AzureCloudMetadataProvider.<GetMetadataAsync>d__9.MoveNext()
[2022-09-21 09:26:03.118 +01:00][Trace] - {PayloadSenderV2} Unable to get azure-app-service cloud metadata as no WEBSITE_OWNER_NAME environment variable exists. The application is likely not running in azure-app-service
[2022-09-21 09:26:04.125 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:04.155 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:04.158 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:04.164 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:04.203 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 865ecd0580fc45a0, TraceId: a1af2e53b2dad5ec602dc0650e462c19, ParentId: null, Name: GET /, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:04.1850290 UTC (as timestamp: 1663748764185029)
[2022-09-21 09:26:04.205 +01:00][Warning] - {PayloadSenderV2} Failed parsing APM Server version - version string not available
[2022-09-21 09:26:04.240 +01:00][Debug] - {Tracer} Starting Transaction{Id: 865ecd0580fc45a0, TraceId: a1af2e53b2dad5ec602dc0650e462c19, ParentId: null, Name: GET /, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:04.251 +01:00][Trace] - {PayloadSenderV2} Waiting for data to send... FlushInterval: 10s
[2022-09-21 09:26:04.330 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:04.331 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:04.337 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:04.340 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:04.345 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 4c373a46b6a2f80f, TraceId: 439ae238bd6b303ade743777dd7c689b, ParentId: null, Name: GET /, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:04.3447320 UTC (as timestamp: 1663748764344732)
[2022-09-21 09:26:04.346 +01:00][Debug] - {Tracer} Starting Transaction{Id: 4c373a46b6a2f80f, TraceId: 439ae238bd6b303ade743777dd7c689b, ParentId: null, Name: GET /, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:04.796 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:04.809 +01:00][Trace] - {Transaction} Ended Transaction{Id: 4c373a46b6a2f80f, TraceId: 439ae238bd6b303ade743777dd7c689b, ParentId: null, Name: GET /, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:04.3447320 UTC (as timestamp: 1663748764344732), End time: 2022-09-21 08:26:04.8094460 UTC (as timestamp: 1663748764809446), Duration: 464.714ms
[2022-09-21 09:26:04.846 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:04.959 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 1. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 4c373a46b6a2f80f, TraceId: 439ae238bd6b303ade743777dd7c689b, ParentId: null, Name: GET /, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:04.997 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:04.999 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:05.000 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:05.001 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:05.002 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 761ff5395573bad1, TraceId: 67f81132d0b6833637d80d799450e068, ParentId: null, Name: GET /ADLogin.aspx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:05.0027560 UTC (as timestamp: 1663748765002756)
[2022-09-21 09:26:05.003 +01:00][Debug] - {Tracer} Starting Transaction{Id: 761ff5395573bad1, TraceId: 67f81132d0b6833637d80d799450e068, ParentId: null, Name: GET /ADLogin.aspx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:05.016 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:05.018 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:05.019 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:05.020 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:05.020 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: b8b6c6e3801edf59, TraceId: ad310025edd4c74abc38b54383f0b074, ParentId: null, Name: GET /ADLogin.aspx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:05.0209330 UTC (as timestamp: 1663748765020933)
[2022-09-21 09:26:05.022 +01:00][Debug] - {Tracer} Starting Transaction{Id: b8b6c6e3801edf59, TraceId: ad310025edd4c74abc38b54383f0b074, ParentId: null, Name: GET /ADLogin.aspx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:07.231 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:07.234 +01:00][Trace] - {Transaction} Ended Transaction{Id: b8b6c6e3801edf59, TraceId: ad310025edd4c74abc38b54383f0b074, ParentId: null, Name: GET /ADLogin.aspx, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:05.0209330 UTC (as timestamp: 1663748765020933), End time: 2022-09-21 08:26:07.2340800 UTC (as timestamp: 1663748767234080), Duration: 2213.147ms
[2022-09-21 09:26:07.239 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 2. MaxQueueEventCount: 1000. Transaction: Transaction{Id: b8b6c6e3801edf59, TraceId: ad310025edd4c74abc38b54383f0b074, ParentId: null, Name: GET /ADLogin.aspx, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:07.256 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:07.327 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:07.331 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:07.334 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:07.390 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:07.392 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 24209761e9d28228, TraceId: 05947b8f3fcb8a75c3db2614a576d610, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:07.3915130 UTC (as timestamp: 1663748767391513)
[2022-09-21 09:26:07.354 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:07.435 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:07.549 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:07.394 +01:00][Debug] - {Tracer} Starting Transaction{Id: 24209761e9d28228, TraceId: 05947b8f3fcb8a75c3db2614a576d610, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:07.365 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:07.593 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:07.596 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:07.593 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:07.565 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:07.597 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:07.649 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 745b6cca0196fa40, TraceId: 32b3b949c2ffeaffb61f1017f79c2ef5, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:07.6489360 UTC (as timestamp: 1663748767648936)
[2022-09-21 09:26:07.711 +01:00][Debug] - {Tracer} Starting Transaction{Id: 745b6cca0196fa40, TraceId: 32b3b949c2ffeaffb61f1017f79c2ef5, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:07.619 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:07.714 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:07.680 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 2faf82f8e0a1987d, TraceId: ba0d260ba5172937682c30a3f246bd4b, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:07.6799230 UTC (as timestamp: 1663748767679923)
[2022-09-21 09:26:07.714 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:07.772 +01:00][Debug] - {Tracer} Starting Transaction{Id: 2faf82f8e0a1987d, TraceId: ba0d260ba5172937682c30a3f246bd4b, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:07.742 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:07.864 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: f34fa91224d27eeb, TraceId: 2fbaf23001f9d71b1b1a6f077e6eeb5d, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:07.8640540 UTC (as timestamp: 1663748767864054)
[2022-09-21 09:26:07.869 +01:00][Debug] - {Tracer} Starting Transaction{Id: f34fa91224d27eeb, TraceId: 2fbaf23001f9d71b1b1a6f077e6eeb5d, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:07.859 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:07.845 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:07.882 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:07.883 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:07.885 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:07.927 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:07.929 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 9cbfdb4adf1273a5, TraceId: 7b86a3238d1e9d3342be6eeb5a2faf10, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:07.9293590 UTC (as timestamp: 1663748767929359)
[2022-09-21 09:26:07.931 +01:00][Debug] - {Tracer} Starting Transaction{Id: 9cbfdb4adf1273a5, TraceId: 7b86a3238d1e9d3342be6eeb5a2faf10, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:07.890 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:07.934 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: fd86879a0fb43bd0, TraceId: ce9fd15b352e0dac9fa2060ab2e777de, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:07.9343590 UTC (as timestamp: 1663748767934359)
[2022-09-21 09:26:07.935 +01:00][Debug] - {Tracer} Starting Transaction{Id: fd86879a0fb43bd0, TraceId: ce9fd15b352e0dac9fa2060ab2e777de, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:08.020 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:08.027 +01:00][Trace] - {Transaction} Ended Transaction{Id: 9cbfdb4adf1273a5, TraceId: 7b86a3238d1e9d3342be6eeb5a2faf10, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:07.9293590 UTC (as timestamp: 1663748767929359), End time: 2022-09-21 08:26:08.0273880 UTC (as timestamp: 1663748768027388), Duration: 98.029ms
[2022-09-21 09:26:08.026 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:08.034 +01:00][Trace] - {Transaction} Ended Transaction{Id: f34fa91224d27eeb, TraceId: 2fbaf23001f9d71b1b1a6f077e6eeb5d, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:07.8640540 UTC (as timestamp: 1663748767864054), End time: 2022-09-21 08:26:08.0343650 UTC (as timestamp: 1663748768034365), Duration: 170.311ms
[2022-09-21 09:26:08.029 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 3. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 9cbfdb4adf1273a5, TraceId: 7b86a3238d1e9d3342be6eeb5a2faf10, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:08.029 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:08.045 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:08.045 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 4. MaxQueueEventCount: 1000. Transaction: Transaction{Id: f34fa91224d27eeb, TraceId: 2fbaf23001f9d71b1b1a6f077e6eeb5d, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:08.212 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:08.214 +01:00][Trace] - {Transaction} Ended Transaction{Id: fd86879a0fb43bd0, TraceId: ce9fd15b352e0dac9fa2060ab2e777de, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:07.9343590 UTC (as timestamp: 1663748767934359), End time: 2022-09-21 08:26:08.2142800 UTC (as timestamp: 1663748768214280), Duration: 279.921ms
[2022-09-21 09:26:08.215 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:08.215 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 5. MaxQueueEventCount: 1000. Transaction: Transaction{Id: fd86879a0fb43bd0, TraceId: ce9fd15b352e0dac9fa2060ab2e777de, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:14.287 +01:00][Trace] - {PayloadSenderV2} FlushInterval reached, no item in the queue
[2022-09-21 09:26:14.295 +01:00][Trace] - {PayloadSenderV2} Waiting for data to send... FlushInterval: 10s
[2022-09-21 09:26:14.298 +01:00][Trace] - {PayloadSenderV2} There is data to be sent. Batch size: 5. newEventQueueCount: 0. First event: Transaction{Id: 4c373a46b6a2f80f, TraceId: 439ae238bd6b303ade743777dd7c689b, ParentId: null, Name: GET /, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:14.483 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:14.505 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:14.612 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 4c373a46b6a2f80f, TraceId: 439ae238bd6b303ade743777dd7c689b, ParentId: null, Name: GET /, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Cache-Control":"max-age=0","Connection":"keep-alive","Accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f","Host":"localhost","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Upgrade-Insecure-Requests":"1","Sec-Fetch-Site":"none","Sec-Fetch-Mode":"navigate","Sec-Fetch-User":"?1","Sec-Fetch-Dest":"document"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/","hostname":"localhost","pathname":"/","protocol":"HTTP","raw":"http://localhost/"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/html; charset=utf-8"},"status_code":302}},"duration":464.714,"id":"4c373a46b6a2f80f","sampled":true,"name":"GET /","outcome":"success","result":"HTTP 3xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748764344732,"trace_id":"439ae238bd6b303ade743777dd7c689b","type":"request"}
[2022-09-21 09:26:14.615 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:14.617 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:14.619 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: b8b6c6e3801edf59, TraceId: ad310025edd4c74abc38b54383f0b074, ParentId: null, Name: GET /ADLogin.aspx, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Cache-Control":"max-age=0","Connection":"keep-alive","Accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f","Host":"localhost","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","Upgrade-Insecure-Requests":"1","Sec-Fetch-Site":"none","Sec-Fetch-Mode":"navigate","Sec-Fetch-User":"?1","Sec-Fetch-Dest":"document","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\""},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/ADLogin.aspx?ReturnUrl=%2f","hostname":"localhost","pathname":"/ADLogin.aspx","protocol":"HTTP","raw":"http://localhost/ADLogin.aspx?ReturnUrl=%2f","search":"ReturnUrl=%2f"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","Cache-Control":"no-store, no-cache","Pragma":"no-cache","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Content-Type":"text/html; charset=utf-8","Set-Cookie":"[REDACTED]"},"status_code":200}},"duration":2213.147,"id":"b8b6c6e3801edf59","sampled":true,"name":"GET /ADLogin.aspx","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748765020933,"trace_id":"ad310025edd4c74abc38b54383f0b074","type":"request"}
[2022-09-21 09:26:14.621 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:14.622 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:14.623 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 9cbfdb4adf1273a5, TraceId: 7b86a3238d1e9d3342be6eeb5a2faf10, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/WebResource.axd?d=H0QdaCXc663CGe1otDXd6Dtk1ZfCD22gTzhLgrCuUIv5nzjkbQwWWE-Tc1WSnzyK6yXfrn7VG7F6CArE3qNYtvCvMKDuRSIpF_9QVHYX3Ds1&t=637814653746327080","hostname":"localhost","pathname":"/WebResource.axd","protocol":"HTTP","raw":"http://localhost/WebResource.axd?d=H0QdaCXc663CGe1otDXd6Dtk1ZfCD22gTzhLgrCuUIv5nzjkbQwWWE-Tc1WSnzyK6yXfrn7VG7F6CArE3qNYtvCvMKDuRSIpF_9QVHYX3Ds1&t=637814653746327080","search":"d=H0QdaCXc663CGe1otDXd6Dtk1ZfCD22gTzhLgrCuUIv5nzjkbQwWWE-Tc1WSnzyK6yXfrn7VG7F6CArE3qNYtvCvMKDuRSIpF_9QVHYX3Ds1&t=637814653746327080"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"application/x-javascript"},"status_code":200}},"duration":98.029,"id":"9cbfdb4adf1273a5","sampled":true,"name":"GET /WebResource.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748767929359,"trace_id":"7b86a3238d1e9d3342be6eeb5a2faf10","type":"request"}
[2022-09-21 09:26:14.625 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:14.626 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:14.627 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: f34fa91224d27eeb, TraceId: 2fbaf23001f9d71b1b1a6f077e6eeb5d, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/WebResource.axd?d=DvkpTiPQVRL2ZH0rXNRNRFeNHMUXDhpVRNe4NPhIuG1eAGCGbQchmdCpKZQ7rDr7qldMHSy9AtvCAZXhAIZ3cJQwW0nHZGOWARTJfn-uftY1&t=637814653746327080","hostname":"localhost","pathname":"/WebResource.axd","protocol":"HTTP","raw":"http://localhost/WebResource.axd?d=DvkpTiPQVRL2ZH0rXNRNRFeNHMUXDhpVRNe4NPhIuG1eAGCGbQchmdCpKZQ7rDr7qldMHSy9AtvCAZXhAIZ3cJQwW0nHZGOWARTJfn-uftY1&t=637814653746327080","search":"d=DvkpTiPQVRL2ZH0rXNRNRFeNHMUXDhpVRNe4NPhIuG1eAGCGbQchmdCpKZQ7rDr7qldMHSy9AtvCAZXhAIZ3cJQwW0nHZGOWARTJfn-uftY1&t=637814653746327080"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"application/x-javascript"},"status_code":200}},"duration":170.311,"id":"f34fa91224d27eeb","sampled":true,"name":"GET /WebResource.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748767864054,"trace_id":"2fbaf23001f9d71b1b1a6f077e6eeb5d","type":"request"}
[2022-09-21 09:26:14.628 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:14.629 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:14.631 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: fd86879a0fb43bd0, TraceId: ce9fd15b352e0dac9fa2060ab2e777de, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/ScriptResource.axd?d=2x1ZLwpVbYFyyyGzI7iLqYzB1SxkgUhycX-17CG1vKSiiPW6YaqFwKup0ix-dFANjajJGZknFGXYcojBHlVPd4o_0NwYq_IE0NXExB9LDIRPK59yqqbHsamX0V70HrGEELUCFfCOw2fySI-EbQvceVjyBvze5WyjYlfOc9JYfi81&t=14d69f50","hostname":"localhost","pathname":"/ScriptResource.axd","protocol":"HTTP","raw":"http://localhost/ScriptResource.axd?d=2x1ZLwpVbYFyyyGzI7iLqYzB1SxkgUhycX-17CG1vKSiiPW6YaqFwKup0ix-dFANjajJGZknFGXYcojBHlVPd4o_0NwYq_IE0NXExB9LDIRPK59yqqbHsamX0V70HrGEELUCFfCOw2fySI-EbQvceVjyBvze5WyjYlfOc9JYfi81&t=14d69f50","search":"d=2x1ZLwpVbYFyyyGzI7iLqYzB1SxkgUhycX-17CG1vKSiiPW6YaqFwKup0ix-dFANjajJGZknFGXYcojBHlVPd4o_0NwYq_IE0NXExB9LDIRPK59yqqbHsamX0V70HrGEELUCFfCOw2fySI-EbQvceVjyBvze5WyjYlfOc9JYfi81&t=14d69f50"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Content-encoding":"gzip","Cache-Control":"private","Content-Type":"application/x-javascript"},"status_code":200}},"duration":279.921,"id":"fd86879a0fb43bd0","sampled":true,"name":"GET /ScriptResource.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748767934359,"trace_id":"ce9fd15b352e0dac9fa2060ab2e777de","type":"request"}
[2022-09-21 09:26:14.706 +01:00][Debug] - {PayloadSenderV2} Sent items to server:
Transaction{Id: 4c373a46b6a2f80f, TraceId: 439ae238bd6b303ade743777dd7c689b, ParentId: null, Name: GET /, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: b8b6c6e3801edf59, TraceId: ad310025edd4c74abc38b54383f0b074, ParentId: null, Name: GET /ADLogin.aspx, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 9cbfdb4adf1273a5, TraceId: 7b86a3238d1e9d3342be6eeb5a2faf10, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: f34fa91224d27eeb, TraceId: 2fbaf23001f9d71b1b1a6f077e6eeb5d, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: fd86879a0fb43bd0, TraceId: ce9fd15b352e0dac9fa2060ab2e777de, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Success, IsSampled: True}
[2022-09-21 09:26:14.709 +01:00][Trace] - {PayloadSenderV2} Waiting for data to send... FlushInterval: 10s
[2022-09-21 09:26:16.288 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:16.295 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:16.298 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:16.300 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:16.301 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 8a38c1be6b50a4d7, TraceId: 2d77cd7b0e60317d78e87a232d8fc987, ParentId: null, Name: POST /ADLogin.aspx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:16.3012200 UTC (as timestamp: 1663748776301220)
[2022-09-21 09:26:16.302 +01:00][Debug] - {Tracer} Starting Transaction{Id: 8a38c1be6b50a4d7, TraceId: 2d77cd7b0e60317d78e87a232d8fc987, ParentId: null, Name: POST /ADLogin.aspx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:16.306 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:16.316 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/overlay.gif
[2022-09-21 09:26:16.320 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:16.322 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/overlay.gif
[2022-09-21 09:26:16.329 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:16.335 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:16.336 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:16.361 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:16.392 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:16.425 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:16.436 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 1263785496244315, TraceId: 0ea810d7f37d647dfbf92dbe61919e3e, ParentId: null, Name: POST /ADLogin.aspx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:16.4358800 UTC (as timestamp: 1663748776435880)
[2022-09-21 09:26:16.457 +01:00][Debug] - {Tracer} Starting Transaction{Id: 1263785496244315, TraceId: 0ea810d7f37d647dfbf92dbe61919e3e, ParentId: null, Name: POST /ADLogin.aspx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:18.279 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:18.281 +01:00][Trace] - {Transaction} Ended Transaction{Id: 1263785496244315, TraceId: 0ea810d7f37d647dfbf92dbe61919e3e, ParentId: null, Name: POST /ADLogin.aspx, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:16.4358800 UTC (as timestamp: 1663748776435880), End time: 2022-09-21 08:26:18.2812820 UTC (as timestamp: 1663748778281282), Duration: 1845.402ms
[2022-09-21 09:26:18.283 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 1. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 1263785496244315, TraceId: 0ea810d7f37d647dfbf92dbe61919e3e, ParentId: null, Name: POST /ADLogin.aspx, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:18.324 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:18.363 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:18.397 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:18.438 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:18.440 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:18.476 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 35b3132bcc664ee8, TraceId: f2375c20c54e9da89a808f1f7406aa4a, ParentId: null, Name: GET /MainWindow/Views/ViewWindow1.aspx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:18.4760440 UTC (as timestamp: 1663748778476044)
[2022-09-21 09:26:18.492 +01:00][Debug] - {Tracer} Starting Transaction{Id: 35b3132bcc664ee8, TraceId: f2375c20c54e9da89a808f1f7406aa4a, ParentId: null, Name: GET /MainWindow/Views/ViewWindow1.aspx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:18.500 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:18.501 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:18.504 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:18.506 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:18.508 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 8efc6134d8d1f16c, TraceId: 10cb142cff48d81537ba3155c17c6df3, ParentId: null, Name: GET /MainWindow/Views/ViewWindow1.aspx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:18.5081500 UTC (as timestamp: 1663748778508150)
[2022-09-21 09:26:18.514 +01:00][Debug] - {Tracer} Starting Transaction{Id: 8efc6134d8d1f16c, TraceId: 10cb142cff48d81537ba3155c17c6df3, ParentId: null, Name: GET /MainWindow/Views/ViewWindow1.aspx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:20.205 +01:00][Trace] - {HttpDiagnosticListenerFullFrameworkImpl} Called with key: `System.Net.Http.Desktop.HttpRequestOut.Start'
[2022-09-21 09:26:20.207 +01:00][Trace] - {HttpDiagnosticListenerFullFrameworkImpl} Processing start event... Request URL: https://xxxxxxxstore2.myxxxxxxxonline.com/xxxxxxxclientstore2/WebServices/StoreNotify.asmx
[2022-09-21 09:26:20.216 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction max spans provided. Defaulting to '500'
[2022-09-21 09:26:20.249 +01:00][Trace] - {Span.20c551d9a08f9c2e} New Span instance created: Span{Id: 20c551d9a08f9c2e, TransactionId: 8efc6134d8d1f16c, ParentId: 8efc6134d8d1f16c, TraceId: 10cb142cff48d81537ba3155c17c6df3, Name: POST xxxxxxxstore2.myxxxxxxxonline.com, Type: external, Outcome: Unknown, IsSampled: True, Duration: null}. Start time: 2022-09-21 08:26:20.2152870 UTC (as timestamp: 1663748780215287). Parent span: (null)
[2022-09-21 09:26:20.251 +01:00][Trace] - {Transaction} Starting Span{Id: 20c551d9a08f9c2e, TransactionId: 8efc6134d8d1f16c, ParentId: 8efc6134d8d1f16c, TraceId: 10cb142cff48d81537ba3155c17c6df3, Name: POST xxxxxxxstore2.myxxxxxxxonline.com, Type: external, Outcome: Unknown, IsSampled: True, Duration: null}
[2022-09-21 09:26:20.288 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} UseElasticTraceparentHeader configuration option doesn't have a valid value - using default: True
[2022-09-21 09:26:24.718 +01:00][Trace] - {PayloadSenderV2} FlushInterval reached, no item in the queue
[2022-09-21 09:26:24.719 +01:00][Trace] - {PayloadSenderV2} Waiting for data to send... FlushInterval: 10s
[2022-09-21 09:26:24.721 +01:00][Trace] - {PayloadSenderV2} There is data to be sent. Batch size: 1. newEventQueueCount: 0. First event: Transaction{Id: 1263785496244315, TraceId: 0ea810d7f37d647dfbf92dbe61919e3e, ParentId: null, Name: POST /ADLogin.aspx, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:24.723 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:24.726 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:24.728 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 1263785496244315, TraceId: 0ea810d7f37d647dfbf92dbe61919e3e, ParentId: null, Name: POST /ADLogin.aspx, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Cache-Control":"no-cache","Connection":"keep-alive","Content-Length":"806","Content-Type":"application/x-www-form-urlencoded; charset=UTF-8","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","X-Requested-With":"XMLHttpRequest","X-MicrosoftAjax":"Delta=true","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/ADLogin.aspx?ReturnUrl=%2f","hostname":"localhost","pathname":"/ADLogin.aspx","protocol":"HTTP","raw":"http://localhost/ADLogin.aspx?ReturnUrl=%2f","search":"ReturnUrl=%2f"}},"response":{"finished":true,"headers":{"Cache-Control":"private","Content-Type":"text/plain; charset=utf-8","Set-Cookie":"[REDACTED]"},"status_code":200}},"duration":1845.402,"id":"1263785496244315","sampled":true,"name":"POST /ADLogin.aspx","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748776435880,"trace_id":"0ea810d7f37d647dfbf92dbe61919e3e","type":"request"}
[2022-09-21 09:26:24.791 +01:00][Debug] - {PayloadSenderV2} Sent items to server:
Transaction{Id: 1263785496244315, TraceId: 0ea810d7f37d647dfbf92dbe61919e3e, ParentId: null, Name: POST /ADLogin.aspx, Type: request, Outcome: Success, IsSampled: True}
[2022-09-21 09:26:24.793 +01:00][Trace] - {PayloadSenderV2} Waiting for data to send... FlushInterval: 10s
[2022-09-21 09:26:25.555 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:25.601 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:25.604 +01:00][Trace] - {Transaction} Ended Transaction{Id: 8efc6134d8d1f16c, TraceId: 10cb142cff48d81537ba3155c17c6df3, ParentId: null, Name: GET /MainWindow/Views/ViewWindow1.aspx, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:18.5081500 UTC (as timestamp: 1663748778508150), End time: 2022-09-21 08:26:25.6035150 UTC (as timestamp: 1663748785603515), Duration: 7095.365ms
[2022-09-21 09:26:25.608 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 1. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 8efc6134d8d1f16c, TraceId: 10cb142cff48d81537ba3155c17c6df3, ParentId: null, Name: GET /MainWindow/Views/ViewWindow1.aspx, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:25.608 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:25.644 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:25.734 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:25.894 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:25.896 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:25.651 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:25.979 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /css/Dashboards-all.css
[2022-09-21 09:26:25.979 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:25.979 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:25.982 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:26.030 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:26.035 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:26.037 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:26.038 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:26.037 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:26.032 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:26.047 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:26.060 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:26.055 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:26.061 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:26.063 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:26.075 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /css/Dashboards-all.css
[2022-09-21 09:26:26.082 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:26.081 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 21ef74f219f93dae, TraceId: 49866e9929700333158f5f85d85973c9, ParentId: null, Name: GET /CSSScript/CssHandle.ashx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:26.0814700 UTC (as timestamp: 1663748786081470)
[2022-09-21 09:26:26.087 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 08c89ccf041a1020, TraceId: 46f010fa3970a852a87ae7b9d4558811, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:26.0871420 UTC (as timestamp: 1663748786087142)
[2022-09-21 09:26:26.084 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:26.092 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 8672a1b47bef8425, TraceId: 3e8d819eadd6514919b7849eb55e4962, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:26.0911430 UTC (as timestamp: 1663748786091143)
[2022-09-21 09:26:26.112 +01:00][Debug] - {Tracer} Starting Transaction{Id: 21ef74f219f93dae, TraceId: 49866e9929700333158f5f85d85973c9, ParentId: null, Name: GET /CSSScript/CssHandle.ashx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:26.118 +01:00][Debug] - {Tracer} Starting Transaction{Id: 08c89ccf041a1020, TraceId: 46f010fa3970a852a87ae7b9d4558811, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:26.108 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:26.135 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: f055d8115bd1f059, TraceId: cfbc0401e2431c7fcb7e965bbe5857ae, ParentId: null, Name: GET /f2nscripts/common.ashx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:26.1331820 UTC (as timestamp: 1663748786133182)
[2022-09-21 09:26:26.159 +01:00][Debug] - {Tracer} Starting Transaction{Id: 8672a1b47bef8425, TraceId: 3e8d819eadd6514919b7849eb55e4962, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:26.268 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:26.250 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:26.285 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:26.248 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 65949bc77dd9ee89, TraceId: 77a4b348a7f10f7b60920245b0aa1209, ParentId: null, Name: GET /f2nscripts/WebContext.ashx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:26.2475310 UTC (as timestamp: 1663748786247531)
[2022-09-21 09:26:26.270 +01:00][Debug] - {Tracer} Starting Transaction{Id: f055d8115bd1f059, TraceId: cfbc0401e2431c7fcb7e965bbe5857ae, ParentId: null, Name: GET /f2nscripts/common.ashx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:26.297 +01:00][Debug] - {Tracer} Starting Transaction{Id: 65949bc77dd9ee89, TraceId: 77a4b348a7f10f7b60920245b0aa1209, ParentId: null, Name: GET /f2nscripts/WebContext.ashx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:26.281 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:26.292 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:26.289 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:26.487 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:26.486 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:26.504 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:26.347 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:26.516 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:26.507 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:26.513 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:26.566 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:26.528 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:26.543 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:26.535 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:26.540 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:26.560 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 8f6e13127f17cc81, TraceId: 2ee62436ab08111daa100ed16c73b9af, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:26.5581990 UTC (as timestamp: 1663748786558199)
[2022-09-21 09:26:26.575 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:26.603 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 030af88a06cf9185, TraceId: 644bf1355e8cd2367d44e77a8b3ef2ab, ParentId: null, Name: GET /CSSScript/CssHandle.ashx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:26.6029600 UTC (as timestamp: 1663748786602960)
[2022-09-21 09:26:26.613 +01:00][Debug] - {Tracer} Starting Transaction{Id: 8f6e13127f17cc81, TraceId: 2ee62436ab08111daa100ed16c73b9af, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:26.581 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:26.583 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:26.643 +01:00][Debug] - {Tracer} Starting Transaction{Id: 030af88a06cf9185, TraceId: 644bf1355e8cd2367d44e77a8b3ef2ab, ParentId: null, Name: GET /CSSScript/CssHandle.ashx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:26.631 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 11c2bc5c9b9de5c7, TraceId: 06515d0d7c2adebeaddbe65f53299de6, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:26.6305460 UTC (as timestamp: 1663748786630546)
[2022-09-21 09:26:26.914 +01:00][Debug] - {Tracer} Starting Transaction{Id: 11c2bc5c9b9de5c7, TraceId: 06515d0d7c2adebeaddbe65f53299de6, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:26.837 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:26.872 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:26.902 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 723480f0733576e8, TraceId: 57f5e8a59896e10f5c446c701cfb91d9, ParentId: null, Name: GET /f2nscripts/common.ashx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:26.9022940 UTC (as timestamp: 1663748786902294)
[2022-09-21 09:26:26.922 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 14b4700bf551255e, TraceId: 2132ce2be02ddac8e4d5cf95536f69af, ParentId: null, Name: GET /f2nscripts/WebContext.ashx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:26.9222310 UTC (as timestamp: 1663748786922231)
[2022-09-21 09:26:26.923 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:26.943 +01:00][Debug] - {Tracer} Starting Transaction{Id: 14b4700bf551255e, TraceId: 2132ce2be02ddac8e4d5cf95536f69af, ParentId: null, Name: GET /f2nscripts/WebContext.ashx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:26.941 +01:00][Debug] - {Tracer} Starting Transaction{Id: 723480f0733576e8, TraceId: 57f5e8a59896e10f5c446c701cfb91d9, ParentId: null, Name: GET /f2nscripts/common.ashx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:26.928 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:26.969 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:26.948 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:26.973 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:27.008 +01:00][Trace] - {Transaction} Ended Transaction{Id: 11c2bc5c9b9de5c7, TraceId: 06515d0d7c2adebeaddbe65f53299de6, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:26.6305460 UTC (as timestamp: 1663748786630546), End time: 2022-09-21 08:26:27.0086540 UTC (as timestamp: 1663748787008654), Duration: 378.108ms
[2022-09-21 09:26:27.015 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 75a43e083a3ee66b, TraceId: 12b54b7897a9219eed9e2ca77e7db01b, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:27.0149810 UTC (as timestamp: 1663748787014981)
[2022-09-21 09:26:27.046 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:27.056 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:27.025 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 2. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 11c2bc5c9b9de5c7, TraceId: 06515d0d7c2adebeaddbe65f53299de6, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:27.025 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:27.064 +01:00][Trace] - {Transaction} Ended Transaction{Id: 030af88a06cf9185, TraceId: 644bf1355e8cd2367d44e77a8b3ef2ab, ParentId: null, Name: GET /CSSScript/CssHandle.ashx, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:26.6029600 UTC (as timestamp: 1663748786602960), End time: 2022-09-21 08:26:27.0640880 UTC (as timestamp: 1663748787064088), Duration: 461.128ms
[2022-09-21 09:26:27.052 +01:00][Debug] - {Tracer} Starting Transaction{Id: 75a43e083a3ee66b, TraceId: 12b54b7897a9219eed9e2ca77e7db01b, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:27.089 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:27.058 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:27.085 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:27.154 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /css/Dashboards-all_1.css
[2022-09-21 09:26:27.189 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:27.191 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /css/Dashboards-all_1.css
[2022-09-21 09:26:27.178 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:27.085 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 3. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 030af88a06cf9185, TraceId: 644bf1355e8cd2367d44e77a8b3ef2ab, ParentId: null, Name: GET /CSSScript/CssHandle.ashx, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:27.192 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:27.192 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:27.239 +01:00][Trace] - {Transaction} Ended Transaction{Id: 8f6e13127f17cc81, TraceId: 2ee62436ab08111daa100ed16c73b9af, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:26.5581990 UTC (as timestamp: 1663748786558199), End time: 2022-09-21 08:26:27.2394980 UTC (as timestamp: 1663748787239498), Duration: 681.299ms
[2022-09-21 09:26:27.229 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:27.229 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:27.238 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:27.252 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:27.252 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 4. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 8f6e13127f17cc81, TraceId: 2ee62436ab08111daa100ed16c73b9af, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:27.246 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:27.251 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:27.255 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /css/Dashboards-all_2.css
[2022-09-21 09:26:27.265 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:27.258 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:27.274 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:27.274 +01:00][Trace] - {Transaction} Ended Transaction{Id: 723480f0733576e8, TraceId: 57f5e8a59896e10f5c446c701cfb91d9, ParentId: null, Name: GET /f2nscripts/common.ashx, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:26.9022940 UTC (as timestamp: 1663748786902294), End time: 2022-09-21 08:26:27.2740140 UTC (as timestamp: 1663748787274014), Duration: 371.72ms
[2022-09-21 09:26:27.278 +01:00][Trace] - {Transaction} Ended Transaction{Id: 14b4700bf551255e, TraceId: 2132ce2be02ddac8e4d5cf95536f69af, ParentId: null, Name: GET /f2nscripts/WebContext.ashx, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:26.9222310 UTC (as timestamp: 1663748786922231), End time: 2022-09-21 08:26:27.2780140 UTC (as timestamp: 1663748787278014), Duration: 355.783ms
[2022-09-21 09:26:27.281 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:27.315 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 6. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 14b4700bf551255e, TraceId: 2132ce2be02ddac8e4d5cf95536f69af, ParentId: null, Name: GET /f2nscripts/WebContext.ashx, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:27.304 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /css/Dashboards-all-xxxxxxx.css
[2022-09-21 09:26:27.295 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:27.293 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:27.309 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 5. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 723480f0733576e8, TraceId: 57f5e8a59896e10f5c446c701cfb91d9, ParentId: null, Name: GET /f2nscripts/common.ashx, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:27.314 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:27.309 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:27.317 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /css/Dashboards-all_2.css
[2022-09-21 09:26:27.322 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:27.339 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:27.344 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /css/Dashboards-all-xxxxxxx.css
[2022-09-21 09:26:27.329 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:27.372 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:27.324 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:27.337 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:27.388 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:27.372 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:27.383 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:27.381 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: d532e38fbfdf778c, TraceId: db5697458bd03e665507049c1cdd43ae, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:27.3810380 UTC (as timestamp: 1663748787381038)
[2022-09-21 09:26:27.393 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:27.383 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:27.391 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:27.397 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:27.458 +01:00][Debug] - {Tracer} Starting Transaction{Id: d532e38fbfdf778c, TraceId: db5697458bd03e665507049c1cdd43ae, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:27.468 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 718891c96c54b1fb, TraceId: 6f39ab07d84f410933b76d65505a8afb, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:27.4678440 UTC (as timestamp: 1663748787467844)
[2022-09-21 09:26:27.476 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:27.409 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:27.518 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 1dff3025a8e25ab3, TraceId: 408b409606fda12e238ecc534c72a79f, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:27.5186260 UTC (as timestamp: 1663748787518626)
[2022-09-21 09:26:27.472 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:27.511 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:27.524 +01:00][Debug] - {Tracer} Starting Transaction{Id: 1dff3025a8e25ab3, TraceId: 408b409606fda12e238ecc534c72a79f, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:27.535 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:27.500 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:27.549 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:27.584 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:27.533 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: b599d600cf796dbb, TraceId: 8191b3c869e293257f55277422e49a33, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:27.5329400 UTC (as timestamp: 1663748787532940)
[2022-09-21 09:26:27.585 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:27.740 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:27.507 +01:00][Debug] - {Tracer} Starting Transaction{Id: 718891c96c54b1fb, TraceId: 6f39ab07d84f410933b76d65505a8afb, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:27.569 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:27.631 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:27.630 +01:00][Debug] - {Tracer} Starting Transaction{Id: b599d600cf796dbb, TraceId: 8191b3c869e293257f55277422e49a33, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:27.802 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 69ca0fc346b6a41c, TraceId: b464f580e6a6d84b8c70f620c87a16ac, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:27.8015010 UTC (as timestamp: 1663748787801501)
[2022-09-21 09:26:27.834 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:27.576 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:27.817 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:27.851 +01:00][Trace] - {Transaction} Ended Transaction{Id: d532e38fbfdf778c, TraceId: db5697458bd03e665507049c1cdd43ae, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:27.3810380 UTC (as timestamp: 1663748787381038), End time: 2022-09-21 08:26:27.8515040 UTC (as timestamp: 1663748787851504), Duration: 470.466ms
[2022-09-21 09:26:27.849 +01:00][Debug] - {Tracer} Starting Transaction{Id: 69ca0fc346b6a41c, TraceId: b464f580e6a6d84b8c70f620c87a16ac, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:27.867 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 7. MaxQueueEventCount: 1000. Transaction: Transaction{Id: d532e38fbfdf778c, TraceId: db5697458bd03e665507049c1cdd43ae, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:27.867 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:27.862 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:27.856 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:27.917 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:27.878 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:27.932 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:28.079 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:27.917 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 80649b5256f94737, TraceId: 91f8486ca3997a5a0a9bda1c5ccbc4f8, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:27.9150210 UTC (as timestamp: 1663748787915021)
[2022-09-21 09:26:28.091 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:28.097 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:28.094 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:28.117 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:28.107 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 5f8d5364af5f7b97, TraceId: fe299f2650ffe69a461caaec5b76e635, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:28.1069510 UTC (as timestamp: 1663748788106951)
[2022-09-21 09:26:28.129 +01:00][Debug] - {Tracer} Starting Transaction{Id: 5f8d5364af5f7b97, TraceId: fe299f2650ffe69a461caaec5b76e635, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:28.109 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:28.122 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:28.114 +01:00][Debug] - {Tracer} Starting Transaction{Id: 80649b5256f94737, TraceId: 91f8486ca3997a5a0a9bda1c5ccbc4f8, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:28.127 +01:00][Trace] - {Transaction} Ended Transaction{Id: 69ca0fc346b6a41c, TraceId: b464f580e6a6d84b8c70f620c87a16ac, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:27.8015010 UTC (as timestamp: 1663748787801501), End time: 2022-09-21 08:26:28.1274860 UTC (as timestamp: 1663748788127486), Duration: 325.985ms
[2022-09-21 09:26:28.142 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:28.152 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:28.149 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 8. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 69ca0fc346b6a41c, TraceId: b464f580e6a6d84b8c70f620c87a16ac, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:28.118 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:28.139 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:28.133 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:28.166 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:28.157 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:28.193 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:28.189 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:28.172 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:28.176 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: e66b2acb6c11be28, TraceId: 293ea3b832278aa1a8b9975b7943ccef, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:28.1764960 UTC (as timestamp: 1663748788176496)
[2022-09-21 09:26:28.182 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:28.216 +01:00][Debug] - {Tracer} Starting Transaction{Id: e66b2acb6c11be28, TraceId: 293ea3b832278aa1a8b9975b7943ccef, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:28.203 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:28.229 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: bef3a94ca61f4bac, TraceId: 8c0aeb521299840a3697664ee92421ea, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:28.2293640 UTC (as timestamp: 1663748788229364)
[2022-09-21 09:26:28.208 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:28.211 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 84fc2833610a2680, TraceId: c539e30d927aa8b9f71467bad15ca5ab, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:28.2105280 UTC (as timestamp: 1663748788210528)
[2022-09-21 09:26:28.207 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:28.223 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: b73961dadb7db6a4, TraceId: 4bc0565b7b258ea7c513aa4f79115e01, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:28.2227560 UTC (as timestamp: 1663748788222756)
[2022-09-21 09:26:28.248 +01:00][Debug] - {Tracer} Starting Transaction{Id: b73961dadb7db6a4, TraceId: 4bc0565b7b258ea7c513aa4f79115e01, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:28.246 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:28.257 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 6fe0aedda76662aa, TraceId: 5891bcded2966d89e624e2a20820477d, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:28.2571820 UTC (as timestamp: 1663748788257182)
[2022-09-21 09:26:28.238 +01:00][Debug] - {Tracer} Starting Transaction{Id: bef3a94ca61f4bac, TraceId: 8c0aeb521299840a3697664ee92421ea, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:28.241 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:28.284 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:28.244 +01:00][Debug] - {Tracer} Starting Transaction{Id: 84fc2833610a2680, TraceId: c539e30d927aa8b9f71467bad15ca5ab, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:28.288 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:28.285 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:28.272 +01:00][Debug] - {Tracer} Starting Transaction{Id: 6fe0aedda76662aa, TraceId: 5891bcded2966d89e624e2a20820477d, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:28.397 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:28.415 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:28.422 +01:00][Trace] - {Transaction} Ended Transaction{Id: 84fc2833610a2680, TraceId: c539e30d927aa8b9f71467bad15ca5ab, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:28.2105280 UTC (as timestamp: 1663748788210528), End time: 2022-09-21 08:26:28.4222930 UTC (as timestamp: 1663748788422293), Duration: 211.765ms
[2022-09-21 09:26:28.392 +01:00][Trace] - {Transaction} Ended Transaction{Id: b73961dadb7db6a4, TraceId: 4bc0565b7b258ea7c513aa4f79115e01, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:28.2227560 UTC (as timestamp: 1663748788222756), End time: 2022-09-21 08:26:28.3925390 UTC (as timestamp: 1663748788392539), Duration: 169.783ms
[2022-09-21 09:26:28.393 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:28.425 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 9. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 84fc2833610a2680, TraceId: c539e30d927aa8b9f71467bad15ca5ab, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:28.416 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:28.394 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:28.440 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:28.433 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:28.438 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 10. MaxQueueEventCount: 1000. Transaction: Transaction{Id: b73961dadb7db6a4, TraceId: 4bc0565b7b258ea7c513aa4f79115e01, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:28.443 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 9d87fe7aece79276, TraceId: a2a790e6e21139f77a50a76ef7bbbe5c, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:28.4428620 UTC (as timestamp: 1663748788442862)
[2022-09-21 09:26:28.425 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:28.427 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:28.425 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:28.457 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:28.455 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:28.474 +01:00][Trace] - {PayloadSenderV2} There is data to be sent. Batch size: 10. newEventQueueCount: 0. First event: Transaction{Id: 8efc6134d8d1f16c, TraceId: 10cb142cff48d81537ba3155c17c6df3, ParentId: null, Name: GET /MainWindow/Views/ViewWindow1.aspx, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:28.470 +01:00][Debug] - {Tracer} Starting Transaction{Id: 9d87fe7aece79276, TraceId: a2a790e6e21139f77a50a76ef7bbbe5c, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:28.473 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:28.544 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:28.488 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:28.539 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:28.524 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:28.673 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:28.625 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:28.525 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:28.597 +01:00][Trace] - {Transaction} Ended Transaction{Id: bef3a94ca61f4bac, TraceId: 8c0aeb521299840a3697664ee92421ea, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:28.2293640 UTC (as timestamp: 1663748788229364), End time: 2022-09-21 08:26:28.5966010 UTC (as timestamp: 1663748788596601), Duration: 367.237ms
[2022-09-21 09:26:28.597 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:28.710 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: b680c7db7c87d7ee, TraceId: b363546508c6754e014a2855e9fa78f5, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:28.7103220 UTC (as timestamp: 1663748788710322)
[2022-09-21 09:26:28.722 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: d9c5f1da77ea0fe8, TraceId: 25d5753073195bf59335e43e86258b85, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:28.7225160 UTC (as timestamp: 1663748788722516)
[2022-09-21 09:26:28.734 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 8efc6134d8d1f16c, TraceId: 10cb142cff48d81537ba3155c17c6df3, ParentId: null, Name: GET /MainWindow/Views/ViewWindow1.aspx, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Upgrade-Insecure-Requests":"1","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"navigate","Sec-Fetch-User":"?1","Sec-Fetch-Dest":"document"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/MainWindow/Views/ViewWindow1.aspx?F2NID=f01a9ed6-10e7-455c-85c9-0d8022f09bd4","hostname":"localhost","pathname":"/MainWindow/Views/ViewWindow1.aspx","protocol":"HTTP","raw":"http://localhost/MainWindow/Views/ViewWindow1.aspx?F2NID=f01a9ed6-10e7-455c-85c9-0d8022f09bd4","search":"F2NID=f01a9ed6-10e7-455c-85c9-0d8022f09bd4"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","Cache-Control":"no-store, no-cache","Pragma":"no-cache","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Content-Type":"text/html; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":7095.365,"id":"8efc6134d8d1f16c","sampled":true,"name":"GET /MainWindow/Views/ViewWindow1.aspx","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":1},"timestamp":1663748778508150,"trace_id":"10cb142cff48d81537ba3155c17c6df3","type":"request"}
[2022-09-21 09:26:28.725 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:28.741 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 1. MaxQueueEventCount: 1000. Transaction: Transaction{Id: bef3a94ca61f4bac, TraceId: 8c0aeb521299840a3697664ee92421ea, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:28.735 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:28.741 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:28.750 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:28.751 +01:00][Debug] - {Tracer} Starting Transaction{Id: b680c7db7c87d7ee, TraceId: b363546508c6754e014a2855e9fa78f5, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:28.753 +01:00][Debug] - {Tracer} Starting Transaction{Id: d9c5f1da77ea0fe8, TraceId: 25d5753073195bf59335e43e86258b85, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:28.758 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:28.764 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:28.791 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:28.777 +01:00][Trace] - {Transaction} Ended Transaction{Id: 9d87fe7aece79276, TraceId: a2a790e6e21139f77a50a76ef7bbbe5c, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:28.4428620 UTC (as timestamp: 1663748788442862), End time: 2022-09-21 08:26:28.7773150 UTC (as timestamp: 1663748788777315), Duration: 334.453ms
[2022-09-21 09:26:28.778 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:28.771 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:28.807 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 11c2bc5c9b9de5c7, TraceId: 06515d0d7c2adebeaddbe65f53299de6, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/WebResource.axd?d=nAxNdCKkXwuXkmtvEr1tq4xnLVwvVhdGHrDhxuM9DgaJK9fzSNqmc49SY5jHUkDHxUNCjICpInrdtfRj_zw1GnEjnc91qowQbFMLE2A0RWIQkmTN4Pt6XZkgAMDbvo6jtEkLU-tFugVvL8OOfmo8adQwX_AqucUgphcVG6y3S3c1&t=637980802723548973","hostname":"localhost","pathname":"/WebResource.axd","protocol":"HTTP","raw":"http://localhost/WebResource.axd?d=nAxNdCKkXwuXkmtvEr1tq4xnLVwvVhdGHrDhxuM9DgaJK9fzSNqmc49SY5jHUkDHxUNCjICpInrdtfRj_zw1GnEjnc91qowQbFMLE2A0RWIQkmTN4Pt6XZkgAMDbvo6jtEkLU-tFugVvL8OOfmo8adQwX_AqucUgphcVG6y3S3c1&t=637980802723548973","search":"d=nAxNdCKkXwuXkmtvEr1tq4xnLVwvVhdGHrDhxuM9DgaJK9fzSNqmc49SY5jHUkDHxUNCjICpInrdtfRj_zw1GnEjnc91qowQbFMLE2A0RWIQkmTN4Pt6XZkgAMDbvo6jtEkLU-tFugVvL8OOfmo8adQwX_AqucUgphcVG6y3S3c1&t=637980802723548973"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":378.108,"id":"11c2bc5c9b9de5c7","sampled":true,"name":"GET /WebResource.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748786630546,"trace_id":"06515d0d7c2adebeaddbe65f53299de6","type":"request"}
[2022-09-21 09:26:28.798 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 173bf1ee0e6584c7, TraceId: 7baaef0e00b2a77af5e834dd7fcdd589, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:28.7964860 UTC (as timestamp: 1663748788796486)
[2022-09-21 09:26:28.810 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:28.925 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:28.871 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:28.842 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 2. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 9d87fe7aece79276, TraceId: a2a790e6e21139f77a50a76ef7bbbe5c, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:28.870 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:28.842 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:28.957 +01:00][Debug] - {Tracer} Starting Transaction{Id: 173bf1ee0e6584c7, TraceId: 7baaef0e00b2a77af5e834dd7fcdd589, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:28.930 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:28.978 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:29.000 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:28.984 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: b8248ba92438ee17, TraceId: fe96446f2c7d9964122b419f6c3376b8, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:28.9829950 UTC (as timestamp: 1663748788982995)
[2022-09-21 09:26:28.990 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:29.017 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:29.033 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:29.055 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:29.038 +01:00][Trace] - {Transaction} Ended Transaction{Id: b680c7db7c87d7ee, TraceId: b363546508c6754e014a2855e9fa78f5, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:28.7103220 UTC (as timestamp: 1663748788710322), End time: 2022-09-21 08:26:29.0384320 UTC (as timestamp: 1663748789038432), Duration: 328.11ms
[2022-09-21 09:26:29.075 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:29.050 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:29.061 +01:00][Trace] - {Transaction} Ended Transaction{Id: d9c5f1da77ea0fe8, TraceId: 25d5753073195bf59335e43e86258b85, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:28.7225160 UTC (as timestamp: 1663748788722516), End time: 2022-09-21 08:26:29.0614360 UTC (as timestamp: 1663748789061436), Duration: 338.92ms
[2022-09-21 09:26:29.062 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:29.069 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 030af88a06cf9185, TraceId: 644bf1355e8cd2367d44e77a8b3ef2ab, ParentId: null, Name: GET /CSSScript/CssHandle.ashx, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"text/css,*/*;q=0.1","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"style"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/CSSScript/CssHandle.ashx?File=0_3_4_5_6_7_8_9_10_11_12_13_1_14_15_16_17_18_19&Version=10.3.6.0","hostname":"localhost","pathname":"/CSSScript/CssHandle.ashx","protocol":"HTTP","raw":"http://localhost/CSSScript/CssHandle.ashx?File=0_3_4_5_6_7_8_9_10_11_12_13_1_14_15_16_17_18_19&Version=10.3.6.0","search":"File=0_3_4_5_6_7_8_9_10_11_12_13_1_14_15_16_17_18_19&Version=10.3.6.0"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/css; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":461.128,"id":"030af88a06cf9185","sampled":true,"name":"GET /CSSScript/CssHandle.ashx","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748786602960,"trace_id":"644bf1355e8cd2367d44e77a8b3ef2ab","type":"request"}
[2022-09-21 09:26:29.055 +01:00][Debug] - {Tracer} Starting Transaction{Id: b8248ba92438ee17, TraceId: fe96446f2c7d9964122b419f6c3376b8, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:29.088 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:29.081 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 3. MaxQueueEventCount: 1000. Transaction: Transaction{Id: b680c7db7c87d7ee, TraceId: b363546508c6754e014a2855e9fa78f5, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:29.148 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:29.099 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:29.081 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:29.100 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:29.338 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: bd29089471f93ec5, TraceId: 184d73cadda376ffc729bab39cc435ca, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:29.3386460 UTC (as timestamp: 1663748789338646)
[2022-09-21 09:26:29.094 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 41a916fd48f48cd1, TraceId: fea249951892e003da0e7da88c38a95a, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:29.0914350 UTC (as timestamp: 1663748789091435)
[2022-09-21 09:26:29.126 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 4. MaxQueueEventCount: 1000. Transaction: Transaction{Id: d9c5f1da77ea0fe8, TraceId: 25d5753073195bf59335e43e86258b85, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:29.126 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:29.368 +01:00][Debug] - {Tracer} Starting Transaction{Id: bd29089471f93ec5, TraceId: 184d73cadda376ffc729bab39cc435ca, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:29.328 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:29.359 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:29.365 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:29.366 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:29.372 +01:00][Debug] - {Tracer} Starting Transaction{Id: 41a916fd48f48cd1, TraceId: fea249951892e003da0e7da88c38a95a, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:29.389 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:29.400 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:29.404 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 5044b79991416da3, TraceId: 9e3af2a61fe4b03e2ebb935db25a2e8e, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:29.4040910 UTC (as timestamp: 1663748789404091)
[2022-09-21 09:26:29.420 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:29.420 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 8f6e13127f17cc81, TraceId: 2ee62436ab08111daa100ed16c73b9af, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/js.axd?js=MinifiedxxxxxxxScripts&v=637993491821735460&type=S","hostname":"localhost","pathname":"/js.axd","protocol":"HTTP","raw":"http://localhost/js.axd?js=MinifiedxxxxxxxScripts&v=637993491821735460&type=S","search":"js=MinifiedxxxxxxxScripts&v=637993491821735460&type=S"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":681.299,"id":"8f6e13127f17cc81","sampled":true,"name":"GET /js.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748786558199,"trace_id":"2ee62436ab08111daa100ed16c73b9af","type":"request"}
[2022-09-21 09:26:29.439 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:29.458 +01:00][Debug] - {Tracer} Starting Transaction{Id: 5044b79991416da3, TraceId: 9e3af2a61fe4b03e2ebb935db25a2e8e, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:29.514 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:29.399 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:29.480 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:29.532 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:29.406 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:29.541 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:29.658 +01:00][Trace] - {Transaction} Ended Transaction{Id: bd29089471f93ec5, TraceId: 184d73cadda376ffc729bab39cc435ca, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:29.3386460 UTC (as timestamp: 1663748789338646), End time: 2022-09-21 08:26:29.6584640 UTC (as timestamp: 1663748789658464), Duration: 319.818ms
[2022-09-21 09:26:29.650 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:29.647 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:29.673 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:29.661 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:29.659 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 036c39a39873a34f, TraceId: 983027269e862ed1bace2a6f4207811f, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:29.6594630 UTC (as timestamp: 1663748789659463)
[2022-09-21 09:26:29.665 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:29.673 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 5. MaxQueueEventCount: 1000. Transaction: Transaction{Id: bd29089471f93ec5, TraceId: 184d73cadda376ffc729bab39cc435ca, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:29.677 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:29.681 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 723480f0733576e8, TraceId: 57f5e8a59896e10f5c446c701cfb91d9, ParentId: null, Name: GET /f2nscripts/common.ashx, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/f2nscripts/common.ashx?v=10.3.6.0","hostname":"localhost","pathname":"/f2nscripts/common.ashx","protocol":"HTTP","raw":"http://localhost/f2nscripts/common.ashx?v=10.3.6.0","search":"v=10.3.6.0"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":371.72,"id":"723480f0733576e8","sampled":true,"name":"GET /f2nscripts/common.ashx","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748786902294,"trace_id":"57f5e8a59896e10f5c446c701cfb91d9","type":"request"}
[2022-09-21 09:26:29.706 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:29.686 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:29.686 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:29.689 +01:00][Debug] - {Tracer} Starting Transaction{Id: 036c39a39873a34f, TraceId: 983027269e862ed1bace2a6f4207811f, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:29.692 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:29.707 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 0fb46e3bf2d02927, TraceId: 577c7b3c7f7d5c8d4bcb0efc36388c7a, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:29.7042070 UTC (as timestamp: 1663748789704207)
[2022-09-21 09:26:29.722 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 5dd1290051a57de8, TraceId: a61dc7276100aa17972883a96effb734, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:29.7219160 UTC (as timestamp: 1663748789721916)
[2022-09-21 09:26:29.728 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:29.742 +01:00][Debug] - {Tracer} Starting Transaction{Id: 0fb46e3bf2d02927, TraceId: 577c7b3c7f7d5c8d4bcb0efc36388c7a, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:29.716 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:29.769 +01:00][Debug] - {Tracer} Starting Transaction{Id: 5dd1290051a57de8, TraceId: a61dc7276100aa17972883a96effb734, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:29.824 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:29.779 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: c67faf0f394ab9a5, TraceId: da5f983166b85c5634845cd8dbf88f32, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:29.7781230 UTC (as timestamp: 1663748789778123)
[2022-09-21 09:26:29.821 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:29.971 +01:00][Debug] - {Tracer} Starting Transaction{Id: c67faf0f394ab9a5, TraceId: da5f983166b85c5634845cd8dbf88f32, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:29.714 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:29.742 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:29.846 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:29.967 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:30.012 +01:00][Trace] - {Transaction} Ended Transaction{Id: 0fb46e3bf2d02927, TraceId: 577c7b3c7f7d5c8d4bcb0efc36388c7a, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:29.7042070 UTC (as timestamp: 1663748789704207), End time: 2022-09-21 08:26:30.0122320 UTC (as timestamp: 1663748790012232), Duration: 308.025ms
[2022-09-21 09:26:30.010 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:29.988 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:30.005 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 14b4700bf551255e, TraceId: 2132ce2be02ddac8e4d5cf95536f69af, ParentId: null, Name: GET /f2nscripts/WebContext.ashx, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/f2nscripts/WebContext.ashx?v=10.3.6.0","hostname":"localhost","pathname":"/f2nscripts/WebContext.ashx","protocol":"HTTP","raw":"http://localhost/f2nscripts/WebContext.ashx?v=10.3.6.0","search":"v=10.3.6.0"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":355.783,"id":"14b4700bf551255e","sampled":true,"name":"GET /f2nscripts/WebContext.ashx","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748786922231,"trace_id":"2132ce2be02ddac8e4d5cf95536f69af","type":"request"}
[2022-09-21 09:26:30.010 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:30.039 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:30.023 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:30.020 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:30.016 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:30.020 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 6. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 0fb46e3bf2d02927, TraceId: 577c7b3c7f7d5c8d4bcb0efc36388c7a, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:30.051 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:30.026 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 4643f0c6345b93b5, TraceId: a0a294624ffa9172ac9bdf98ad274770, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:30.0256790 UTC (as timestamp: 1663748790025679)
[2022-09-21 09:26:30.033 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:30.071 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:30.054 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:30.050 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:30.072 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:30.098 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:30.088 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:30.090 +01:00][Debug] - {Tracer} Starting Transaction{Id: 4643f0c6345b93b5, TraceId: a0a294624ffa9172ac9bdf98ad274770, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:30.101 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:30.096 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:30.138 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: d532e38fbfdf778c, TraceId: db5697458bd03e665507049c1cdd43ae, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/js.axd?js=UpdatePanelCallback.js&v=637852722135521672&type=S","hostname":"localhost","pathname":"/js.axd","protocol":"HTTP","raw":"http://localhost/js.axd?js=UpdatePanelCallback.js&v=637852722135521672&type=S","search":"js=UpdatePanelCallback.js&v=637852722135521672&type=S"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":470.466,"id":"d532e38fbfdf778c","sampled":true,"name":"GET /js.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748787381038,"trace_id":"db5697458bd03e665507049c1cdd43ae","type":"request"}
[2022-09-21 09:26:30.113 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:30.107 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 5ea2c8435e8e68b3, TraceId: 396b8932337556e468d1913827b4d5ae, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:30.1075000 UTC (as timestamp: 1663748790107500)
[2022-09-21 09:26:30.128 +01:00][Trace] - {Transaction} Ended Transaction{Id: c67faf0f394ab9a5, TraceId: da5f983166b85c5634845cd8dbf88f32, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:29.7781230 UTC (as timestamp: 1663748789778123), End time: 2022-09-21 08:26:30.1283460 UTC (as timestamp: 1663748790128346), Duration: 350.223ms
[2022-09-21 09:26:30.142 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:30.115 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: af93a0bdf8f293bb, TraceId: 07d1d70f4d335640bf05cdd79f4eaf7a, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:30.1149280 UTC (as timestamp: 1663748790114928)
[2022-09-21 09:26:30.151 +01:00][Debug] - {Tracer} Starting Transaction{Id: 5ea2c8435e8e68b3, TraceId: 396b8932337556e468d1913827b4d5ae, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:30.158 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:30.136 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: e2b2710bcf773de1, TraceId: c9a21c1abd9225fd29a83fc44911967a, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:30.1356170 UTC (as timestamp: 1663748790135617)
[2022-09-21 09:26:30.148 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:30.155 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:30.181 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 69ca0fc346b6a41c, TraceId: b464f580e6a6d84b8c70f620c87a16ac, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/js.axd?js=jquery-3.4.1.min.js&v=637852722125973982&type=S","hostname":"localhost","pathname":"/js.axd","protocol":"HTTP","raw":"http://localhost/js.axd?js=jquery-3.4.1.min.js&v=637852722125973982&type=S","search":"js=jquery-3.4.1.min.js&v=637852722125973982&type=S"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":325.985,"id":"69ca0fc346b6a41c","sampled":true,"name":"GET /js.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748787801501,"trace_id":"b464f580e6a6d84b8c70f620c87a16ac","type":"request"}
[2022-09-21 09:26:30.155 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 7. MaxQueueEventCount: 1000. Transaction: Transaction{Id: c67faf0f394ab9a5, TraceId: da5f983166b85c5634845cd8dbf88f32, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:30.170 +01:00][Debug] - {Tracer} Starting Transaction{Id: af93a0bdf8f293bb, TraceId: 07d1d70f4d335640bf05cdd79f4eaf7a, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:30.183 +01:00][Debug] - {Tracer} Starting Transaction{Id: e2b2710bcf773de1, TraceId: c9a21c1abd9225fd29a83fc44911967a, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:30.213 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:30.212 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:30.233 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:30.175 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:30.233 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:30.285 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:30.298 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 33a6756b94b67509, TraceId: 00bc37c8457d97b4e9a3bab8faae9d21, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:30.2973730 UTC (as timestamp: 1663748790297373)
[2022-09-21 09:26:30.311 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:30.285 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:30.306 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:30.304 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:30.303 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:30.348 +01:00][Debug] - {Tracer} Starting Transaction{Id: 33a6756b94b67509, TraceId: 00bc37c8457d97b4e9a3bab8faae9d21, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:30.309 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:30.360 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 84fc2833610a2680, TraceId: c539e30d927aa8b9f71467bad15ca5ab, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/js.axd?js=MainNavBarScript.js&v=637852721973872809&type=N","hostname":"localhost","pathname":"/js.axd","protocol":"HTTP","raw":"http://localhost/js.axd?js=MainNavBarScript.js&v=637852721973872809&type=N","search":"js=MainNavBarScript.js&v=637852721973872809&type=N"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":211.765,"id":"84fc2833610a2680","sampled":true,"name":"GET /js.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748788210528,"trace_id":"c539e30d927aa8b9f71467bad15ca5ab","type":"request"}
[2022-09-21 09:26:30.354 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:30.366 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:30.358 +01:00][Trace] - {Transaction} Ended Transaction{Id: 5ea2c8435e8e68b3, TraceId: 396b8932337556e468d1913827b4d5ae, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:30.1075000 UTC (as timestamp: 1663748790107500), End time: 2022-09-21 08:26:30.3578100 UTC (as timestamp: 1663748790357810), Duration: 250.31ms
[2022-09-21 09:26:30.374 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:30.393 +01:00][Trace] - {Transaction} Ended Transaction{Id: e2b2710bcf773de1, TraceId: c9a21c1abd9225fd29a83fc44911967a, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:30.1356170 UTC (as timestamp: 1663748790135617), End time: 2022-09-21 08:26:30.3931050 UTC (as timestamp: 1663748790393105), Duration: 257.488ms
[2022-09-21 09:26:30.402 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:30.386 +01:00][Trace] - {Transaction} Ended Transaction{Id: af93a0bdf8f293bb, TraceId: 07d1d70f4d335640bf05cdd79f4eaf7a, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:30.1149280 UTC (as timestamp: 1663748790114928), End time: 2022-09-21 08:26:30.3860070 UTC (as timestamp: 1663748790386007), Duration: 271.079ms
[2022-09-21 09:26:30.391 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:30.411 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:30.432 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 9. MaxQueueEventCount: 1000. Transaction: Transaction{Id: e2b2710bcf773de1, TraceId: c9a21c1abd9225fd29a83fc44911967a, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:30.411 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 8. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 5ea2c8435e8e68b3, TraceId: 396b8932337556e468d1913827b4d5ae, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:30.474 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:30.432 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:30.507 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:30.427 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:30.454 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 16cfe6c564760e99, TraceId: d1be06622e8578307736b26f0522ba3b, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:30.4538270 UTC (as timestamp: 1663748790453827)
[2022-09-21 09:26:30.482 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:30.507 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 10. MaxQueueEventCount: 1000. Transaction: Transaction{Id: af93a0bdf8f293bb, TraceId: 07d1d70f4d335640bf05cdd79f4eaf7a, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:30.606 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:30.609 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 4babb896bbba69f7, TraceId: f32332075b56ac333ebf9d4011dc131d, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:30.6094810 UTC (as timestamp: 1663748790609481)
[2022-09-21 09:26:30.607 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:30.550 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:30.611 +01:00][Debug] - {Tracer} Starting Transaction{Id: 16cfe6c564760e99, TraceId: d1be06622e8578307736b26f0522ba3b, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:30.576 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:30.637 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:30.631 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:30.633 +01:00][Debug] - {Tracer} Starting Transaction{Id: 4babb896bbba69f7, TraceId: f32332075b56ac333ebf9d4011dc131d, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:30.614 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: b73961dadb7db6a4, TraceId: 4bc0565b7b258ea7c513aa4f79115e01, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/js.axd?js=xxxxxxxToolbar.js&v=637852722251802028&type=T","hostname":"localhost","pathname":"/js.axd","protocol":"HTTP","raw":"http://localhost/js.axd?js=xxxxxxxToolbar.js&v=637852722251802028&type=T","search":"js=xxxxxxxToolbar.js&v=637852722251802028&type=T"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":169.783,"id":"b73961dadb7db6a4","sampled":true,"name":"GET /js.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748788222756,"trace_id":"4bc0565b7b258ea7c513aa4f79115e01","type":"request"}
[2022-09-21 09:26:30.666 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:30.691 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:30.639 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:30.713 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:30.677 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:30.696 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:30.736 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:30.674 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:30.729 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:30.671 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:30.739 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 1c569a1bd009b3fc, TraceId: eb19f304d2e656a59c6c1fccaf1f8387, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:30.7385360 UTC (as timestamp: 1663748790738536)
[2022-09-21 09:26:30.749 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:30.752 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:30.742 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: b2277407dbd07ecd, TraceId: f07cdc92d54d1124ea8e31aa819311b7, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:30.7425370 UTC (as timestamp: 1663748790742537)
[2022-09-21 09:26:30.740 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:30.792 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:30.794 +01:00][Debug] - {Tracer} Starting Transaction{Id: b2277407dbd07ecd, TraceId: f07cdc92d54d1124ea8e31aa819311b7, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:30.744 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 9c6d85a209152b49, TraceId: 666831e55cf055826b2af5b33edc9c51, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:30.7440360 UTC (as timestamp: 1663748790744036)
[2022-09-21 09:26:30.758 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 7b03a7a61b053f84, TraceId: aed29a6fcab2252e6c1d18b0015ce595, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:30.7582120 UTC (as timestamp: 1663748790758212)
[2022-09-21 09:26:30.752 +01:00][Debug] - {Tracer} Starting Transaction{Id: 1c569a1bd009b3fc, TraceId: eb19f304d2e656a59c6c1fccaf1f8387, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:30.804 +01:00][Debug] - {Tracer} Starting Transaction{Id: 9c6d85a209152b49, TraceId: 666831e55cf055826b2af5b33edc9c51, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:30.792 +01:00][Debug] - {PayloadSenderV2} Sent items to server:
Transaction{Id: 8efc6134d8d1f16c, TraceId: 10cb142cff48d81537ba3155c17c6df3, ParentId: null, Name: GET /MainWindow/Views/ViewWindow1.aspx, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 11c2bc5c9b9de5c7, TraceId: 06515d0d7c2adebeaddbe65f53299de6, ParentId: null, Name: GET /WebResource.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 030af88a06cf9185, TraceId: 644bf1355e8cd2367d44e77a8b3ef2ab, ParentId: null, Name: GET /CSSScript/CssHandle.ashx, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 8f6e13127f17cc81, TraceId: 2ee62436ab08111daa100ed16c73b9af, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 723480f0733576e8, TraceId: 57f5e8a59896e10f5c446c701cfb91d9, ParentId: null, Name: GET /f2nscripts/common.ashx, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 14b4700bf551255e, TraceId: 2132ce2be02ddac8e4d5cf95536f69af, ParentId: null, Name: GET /f2nscripts/WebContext.ashx, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: d532e38fbfdf778c, TraceId: db5697458bd03e665507049c1cdd43ae, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 69ca0fc346b6a41c, TraceId: b464f580e6a6d84b8c70f620c87a16ac, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 84fc2833610a2680, TraceId: c539e30d927aa8b9f71467bad15ca5ab, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: b73961dadb7db6a4, TraceId: 4bc0565b7b258ea7c513aa4f79115e01, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}
[2022-09-21 09:26:30.799 +01:00][Trace] - {Transaction} Ended Transaction{Id: 16cfe6c564760e99, TraceId: d1be06622e8578307736b26f0522ba3b, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:30.4538270 UTC (as timestamp: 1663748790453827), End time: 2022-09-21 08:26:30.7992990 UTC (as timestamp: 1663748790799299), Duration: 345.472ms
[2022-09-21 09:26:30.796 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:30.810 +01:00][Debug] - {Tracer} Starting Transaction{Id: 7b03a7a61b053f84, TraceId: aed29a6fcab2252e6c1d18b0015ce595, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:30.820 +01:00][Trace] - {PayloadSenderV2} Waiting for data to send... FlushInterval: 10s
[2022-09-21 09:26:30.853 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:30.872 +01:00][Trace] - {PayloadSenderV2} There is data to be sent. Batch size: 10. newEventQueueCount: 1. First event: Transaction{Id: bef3a94ca61f4bac, TraceId: 8c0aeb521299840a3697664ee92421ea, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:30.853 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:30.853 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:30.853 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 11. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 16cfe6c564760e99, TraceId: d1be06622e8578307736b26f0522ba3b, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:30.860 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 60c652777813fff8, TraceId: ef35441326e1d020eda051679d370bfe, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:30.8595430 UTC (as timestamp: 1663748790859543)
[2022-09-21 09:26:30.883 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:30.893 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:30.871 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:30.881 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:30.881 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:30.880 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:30.913 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:30.915 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:30.904 +01:00][Debug] - {Tracer} Starting Transaction{Id: 60c652777813fff8, TraceId: ef35441326e1d020eda051679d370bfe, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:30.925 +01:00][Trace] - {Transaction} Ended Transaction{Id: b2277407dbd07ecd, TraceId: f07cdc92d54d1124ea8e31aa819311b7, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:30.7425370 UTC (as timestamp: 1663748790742537), End time: 2022-09-21 08:26:30.9254710 UTC (as timestamp: 1663748790925471), Duration: 182.934ms
[2022-09-21 09:26:30.906 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:30.908 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:30.942 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:30.916 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:30.944 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:30.920 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:30.988 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:30.966 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:30.996 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: bef3a94ca61f4bac, TraceId: 8c0aeb521299840a3697664ee92421ea, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/js.axd?js=AjaxErrorHandling.js&v=637852722119757145&type=S","hostname":"localhost","pathname":"/js.axd","protocol":"HTTP","raw":"http://localhost/js.axd?js=AjaxErrorHandling.js&v=637852722119757145&type=S","search":"js=AjaxErrorHandling.js&v=637852722119757145&type=S"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":367.237,"id":"bef3a94ca61f4bac","sampled":true,"name":"GET /js.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748788229364,"trace_id":"8c0aeb521299840a3697664ee92421ea","type":"request"}
[2022-09-21 09:26:30.942 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 2. MaxQueueEventCount: 1000. Transaction: Transaction{Id: b2277407dbd07ecd, TraceId: f07cdc92d54d1124ea8e31aa819311b7, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:30.992 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 723516561321edf9, TraceId: f43df704739bbb02212964757291a2d6, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:30.9916560 UTC (as timestamp: 1663748790991656)
[2022-09-21 09:26:30.923 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:30.966 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:31.018 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:30.987 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:30.999 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:31.004 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 77eaaf3c39a98061, TraceId: e326a1a15878eafd1dda24333f516dd9, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:31.0043400 UTC (as timestamp: 1663748791004340)
[2022-09-21 09:26:31.016 +01:00][Debug] - {Tracer} Starting Transaction{Id: 723516561321edf9, TraceId: f43df704739bbb02212964757291a2d6, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:31.008 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:31.035 +01:00][Debug] - {Tracer} Starting Transaction{Id: 77eaaf3c39a98061, TraceId: e326a1a15878eafd1dda24333f516dd9, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:31.026 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:31.025 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:31.055 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 06f4a14d44883c1f, TraceId: fc80af6475ce502994fb9091f32f4327, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:31.0558530 UTC (as timestamp: 1663748791055853)
[2022-09-21 09:26:31.021 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:31.040 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:31.023 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: ceb354a0257a82d6, TraceId: 27f3c0ee28830c523cf78eade2ecc398, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:31.0230490 UTC (as timestamp: 1663748791023049)
[2022-09-21 09:26:31.053 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:31.061 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:31.145 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:31.057 +01:00][Debug] - {Tracer} Starting Transaction{Id: 06f4a14d44883c1f, TraceId: fc80af6475ce502994fb9091f32f4327, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:31.098 +01:00][Trace] - {Transaction} Ended Transaction{Id: 60c652777813fff8, TraceId: ef35441326e1d020eda051679d370bfe, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:30.8595430 UTC (as timestamp: 1663748790859543), End time: 2022-09-21 08:26:31.0982580 UTC (as timestamp: 1663748791098258), Duration: 238.715ms
[2022-09-21 09:26:31.100 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 9d87fe7aece79276, TraceId: a2a790e6e21139f77a50a76ef7bbbe5c, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/js.axd?js=FilterList.js&v=637852722123466305&type=S","hostname":"localhost","pathname":"/js.axd","protocol":"HTTP","raw":"http://localhost/js.axd?js=FilterList.js&v=637852722123466305&type=S","search":"js=FilterList.js&v=637852722123466305&type=S"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":334.453,"id":"9d87fe7aece79276","sampled":true,"name":"GET /js.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748788442862,"trace_id":"a2a790e6e21139f77a50a76ef7bbbe5c","type":"request"}
[2022-09-21 09:26:31.237 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 84a50fcb922ed2f6, TraceId: 16283bef78294410d23f6cb35a7e0bb9, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:31.2369870 UTC (as timestamp: 1663748791236987)
[2022-09-21 09:26:31.169 +01:00][Debug] - {Tracer} Starting Transaction{Id: ceb354a0257a82d6, TraceId: 27f3c0ee28830c523cf78eade2ecc398, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:31.241 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:31.247 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:31.270 +01:00][Debug] - {Tracer} Starting Transaction{Id: 84a50fcb922ed2f6, TraceId: 16283bef78294410d23f6cb35a7e0bb9, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:31.274 +01:00][Trace] - {Transaction} Ended Transaction{Id: 723516561321edf9, TraceId: f43df704739bbb02212964757291a2d6, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:30.9916560 UTC (as timestamp: 1663748790991656), End time: 2022-09-21 08:26:31.2744530 UTC (as timestamp: 1663748791274453), Duration: 282.797ms
[2022-09-21 09:26:31.254 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:31.254 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 3. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 60c652777813fff8, TraceId: ef35441326e1d020eda051679d370bfe, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:31.268 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:31.287 +01:00][Trace] - {Transaction} Ended Transaction{Id: 77eaaf3c39a98061, TraceId: e326a1a15878eafd1dda24333f516dd9, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:31.0043400 UTC (as timestamp: 1663748791004340), End time: 2022-09-21 08:26:31.2867500 UTC (as timestamp: 1663748791286750), Duration: 282.41ms
[2022-09-21 09:26:31.298 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:31.280 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:31.298 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:31.295 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:31.310 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:31.314 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:31.319 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:31.307 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:31.327 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:31.302 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 4. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 723516561321edf9, TraceId: f43df704739bbb02212964757291a2d6, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:31.314 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 5. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 77eaaf3c39a98061, TraceId: e326a1a15878eafd1dda24333f516dd9, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:31.330 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:31.335 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: b680c7db7c87d7ee, TraceId: b363546508c6754e014a2855e9fa78f5, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/js.axd?js=xxxxxxxXMLHttpExecutor.js&v=637852722124919793&type=S","hostname":"localhost","pathname":"/js.axd","protocol":"HTTP","raw":"http://localhost/js.axd?js=xxxxxxxXMLHttpExecutor.js&v=637852722124919793&type=S","search":"js=xxxxxxxXMLHttpExecutor.js&v=637852722124919793&type=S"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":328.11,"id":"b680c7db7c87d7ee","sampled":true,"name":"GET /js.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748788710322,"trace_id":"b363546508c6754e014a2855e9fa78f5","type":"request"}
[2022-09-21 09:26:31.342 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:31.352 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:31.370 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:31.374 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:31.348 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:31.380 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 64aef4e0c8f667a9, TraceId: cc19bfb87e9d200a99921c0a3a676c3e, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:31.3803190 UTC (as timestamp: 1663748791380319)
[2022-09-21 09:26:31.346 +01:00][Trace] - {Transaction} Ended Transaction{Id: ceb354a0257a82d6, TraceId: 27f3c0ee28830c523cf78eade2ecc398, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:31.0230490 UTC (as timestamp: 1663748791023049), End time: 2022-09-21 08:26:31.3460080 UTC (as timestamp: 1663748791346008), Duration: 322.959ms
[2022-09-21 09:26:31.369 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:31.365 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:31.357 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:31.378 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:31.387 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:31.382 +01:00][Debug] - {Tracer} Starting Transaction{Id: 64aef4e0c8f667a9, TraceId: cc19bfb87e9d200a99921c0a3a676c3e, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:31.387 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 6. MaxQueueEventCount: 1000. Transaction: Transaction{Id: ceb354a0257a82d6, TraceId: 27f3c0ee28830c523cf78eade2ecc398, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:31.394 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:31.381 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:31.390 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:31.388 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:31.397 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:31.412 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:31.404 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:31.423 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: ae273b322ee3cbfc, TraceId: d213a3e65976c342999220ac44b44d24, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:31.4233040 UTC (as timestamp: 1663748791423304)
[2022-09-21 09:26:31.413 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:31.414 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 23af217774d86bf4, TraceId: 14aabe70d4c1544881e766aed513bba8, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:31.4149890 UTC (as timestamp: 1663748791414989)
[2022-09-21 09:26:31.426 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:31.550 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: eda8ef383dd73884, TraceId: 0953b96d426d2e303e69d8c9a104de9b, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:31.5504240 UTC (as timestamp: 1663748791550424)
[2022-09-21 09:26:31.431 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:31.417 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: d9c5f1da77ea0fe8, TraceId: 25d5753073195bf59335e43e86258b85, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/js.axd?js=NavSearch.js&v=637852722126953647&type=S","hostname":"localhost","pathname":"/js.axd","protocol":"HTTP","raw":"http://localhost/js.axd?js=NavSearch.js&v=637852722126953647&type=S","search":"js=NavSearch.js&v=637852722126953647&type=S"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":338.92,"id":"d9c5f1da77ea0fe8","sampled":true,"name":"GET /js.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748788722516,"trace_id":"25d5753073195bf59335e43e86258b85","type":"request"}
[2022-09-21 09:26:31.433 +01:00][Debug] - {Tracer} Starting Transaction{Id: ae273b322ee3cbfc, TraceId: d213a3e65976c342999220ac44b44d24, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:31.580 +01:00][Debug] - {Tracer} Starting Transaction{Id: 23af217774d86bf4, TraceId: 14aabe70d4c1544881e766aed513bba8, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:31.582 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: a590d7ce3715ed5d, TraceId: 1af51d9e3372192ee0e55ebee3905904, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:31.5823020 UTC (as timestamp: 1663748791582302)
[2022-09-21 09:26:31.588 +01:00][Debug] - {Tracer} Starting Transaction{Id: eda8ef383dd73884, TraceId: 0953b96d426d2e303e69d8c9a104de9b, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:31.598 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:31.594 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:31.591 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:31.644 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:31.647 +01:00][Trace] - {Transaction} Ended Transaction{Id: 64aef4e0c8f667a9, TraceId: cc19bfb87e9d200a99921c0a3a676c3e, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:31.3803190 UTC (as timestamp: 1663748791380319), End time: 2022-09-21 08:26:31.6467340 UTC (as timestamp: 1663748791646734), Duration: 266.415ms
[2022-09-21 09:26:31.649 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 7. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 64aef4e0c8f667a9, TraceId: cc19bfb87e9d200a99921c0a3a676c3e, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:31.632 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:31.638 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:31.650 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:31.618 +01:00][Debug] - {Tracer} Starting Transaction{Id: a590d7ce3715ed5d, TraceId: 1af51d9e3372192ee0e55ebee3905904, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:31.676 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:31.647 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:31.664 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: bd29089471f93ec5, TraceId: 184d73cadda376ffc729bab39cc435ca, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/js.axd?js=HomePage.js&v=637852722126855928&type=S","hostname":"localhost","pathname":"/js.axd","protocol":"HTTP","raw":"http://localhost/js.axd?js=HomePage.js&v=637852722126855928&type=S","search":"js=HomePage.js&v=637852722126855928&type=S"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":319.818,"id":"bd29089471f93ec5","sampled":true,"name":"GET /js.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748789338646,"trace_id":"184d73cadda376ffc729bab39cc435ca","type":"request"}
[2022-09-21 09:26:31.684 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:31.695 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:31.668 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 5bd15e5c40029c6f, TraceId: 989b36f568f27edf233a172512990c5c, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:31.6685540 UTC (as timestamp: 1663748791668554)
[2022-09-21 09:26:31.695 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:31.703 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:31.685 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:31.691 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:31.676 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:31.696 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:31.720 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: d3374772ce828cbf, TraceId: d03430d4ffd536447b38f11ff9510fcf, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:31.7207390 UTC (as timestamp: 1663748791720739)
[2022-09-21 09:26:31.706 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:31.707 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:31.698 +01:00][Debug] - {Tracer} Starting Transaction{Id: 5bd15e5c40029c6f, TraceId: 989b36f568f27edf233a172512990c5c, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:31.725 +01:00][Debug] - {Tracer} Starting Transaction{Id: d3374772ce828cbf, TraceId: d03430d4ffd536447b38f11ff9510fcf, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:31.808 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:31.713 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:31.711 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:31.715 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:31.804 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:31.856 +01:00][Trace] - {Transaction} Ended Transaction{Id: 23af217774d86bf4, TraceId: 14aabe70d4c1544881e766aed513bba8, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:31.4149890 UTC (as timestamp: 1663748791414989), End time: 2022-09-21 08:26:31.8564890 UTC (as timestamp: 1663748791856489), Duration: 441.5ms
[2022-09-21 09:26:31.852 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:31.818 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 8121aed4fb504726, TraceId: 7dd68e116d4d32005aa4ce44d404a4a7, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:31.8189600 UTC (as timestamp: 1663748791818960)
[2022-09-21 09:26:31.821 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 0fb46e3bf2d02927, TraceId: 577c7b3c7f7d5c8d4bcb0efc36388c7a, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/js.axd?js=Comet.js&v=637977300139718304&type=S","hostname":"localhost","pathname":"/js.axd","protocol":"HTTP","raw":"http://localhost/js.axd?js=Comet.js&v=637977300139718304&type=S","search":"js=Comet.js&v=637977300139718304&type=S"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":308.025,"id":"0fb46e3bf2d02927","sampled":true,"name":"GET /js.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748789704207,"trace_id":"577c7b3c7f7d5c8d4bcb0efc36388c7a","type":"request"}
[2022-09-21 09:26:31.852 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:31.852 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:31.862 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:31.854 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:31.859 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:31.859 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 8. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 23af217774d86bf4, TraceId: 14aabe70d4c1544881e766aed513bba8, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:31.865 +01:00][Debug] - {Tracer} Starting Transaction{Id: 8121aed4fb504726, TraceId: 7dd68e116d4d32005aa4ce44d404a4a7, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:31.875 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:31.870 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 9296cd6c7df3a01f, TraceId: 15bc1a32e0458f194357898294a4e27d, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:31.8709530 UTC (as timestamp: 1663748791870953)
[2022-09-21 09:26:31.873 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:31.869 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:31.909 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:31.878 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:31.919 +01:00][Debug] - {Tracer} Starting Transaction{Id: 9296cd6c7df3a01f, TraceId: 15bc1a32e0458f194357898294a4e27d, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:31.921 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:31.927 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:31.945 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 03857fc6c0f3ead0, TraceId: 1cf7653ea06eaab4b4be00c77486c9b6, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:31.9450840 UTC (as timestamp: 1663748791945084)
[2022-09-21 09:26:31.937 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 6ff391157827dfe1, TraceId: 933f82dbd97a2b71b137343f6be7034c, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:31.9302450 UTC (as timestamp: 1663748791930245)
[2022-09-21 09:26:31.935 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:31.953 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:31.958 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: c67faf0f394ab9a5, TraceId: da5f983166b85c5634845cd8dbf88f32, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/js.axd?js=xxxxxxxNotify.js&v=637852722128156211&type=S","hostname":"localhost","pathname":"/js.axd","protocol":"HTTP","raw":"http://localhost/js.axd?js=xxxxxxxNotify.js&v=637852722128156211&type=S","search":"js=xxxxxxxNotify.js&v=637852722128156211&type=S"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":350.223,"id":"c67faf0f394ab9a5","sampled":true,"name":"GET /js.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748789778123,"trace_id":"da5f983166b85c5634845cd8dbf88f32","type":"request"}
[2022-09-21 09:26:31.954 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:31.984 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:31.959 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:31.964 +01:00][Debug] - {Tracer} Starting Transaction{Id: 03857fc6c0f3ead0, TraceId: 1cf7653ea06eaab4b4be00c77486c9b6, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:31.975 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:31.970 +01:00][Debug] - {Tracer} Starting Transaction{Id: 6ff391157827dfe1, TraceId: 933f82dbd97a2b71b137343f6be7034c, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:31.979 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: ee7c53718aab7f28, TraceId: bb531ba7b5a2b7ed98d47b8babdbb8fa, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:31.9792050 UTC (as timestamp: 1663748791979205)
[2022-09-21 09:26:31.980 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:31.999 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:31.986 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:31.987 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:31.998 +01:00][Debug] - {Tracer} Starting Transaction{Id: ee7c53718aab7f28, TraceId: bb531ba7b5a2b7ed98d47b8babdbb8fa, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:32.001 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:32.006 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:31.996 +01:00][Trace] - {Transaction} Ended Transaction{Id: 8121aed4fb504726, TraceId: 7dd68e116d4d32005aa4ce44d404a4a7, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:31.8189600 UTC (as timestamp: 1663748791818960), End time: 2022-09-21 08:26:31.9961890 UTC (as timestamp: 1663748791996189), Duration: 177.229ms
[2022-09-21 09:26:32.009 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:32.025 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:32.028 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 33de248cc4663c68, TraceId: 39b6b53e842a07a27e67c4357792e8ed, ParentId: null, Name: POST /xxxxxxxComet.ashx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:32.0280120 UTC (as timestamp: 1663748792028012)
[2022-09-21 09:26:32.020 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 5ea2c8435e8e68b3, TraceId: 396b8932337556e468d1913827b4d5ae, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/js.axd?js=SystemWideFilters.js&v=637852722129440020&type=S","hostname":"localhost","pathname":"/js.axd","protocol":"HTTP","raw":"http://localhost/js.axd?js=SystemWideFilters.js&v=637852722129440020&type=S","search":"js=SystemWideFilters.js&v=637852722129440020&type=S"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":250.31,"id":"5ea2c8435e8e68b3","sampled":true,"name":"GET /js.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748790107500,"trace_id":"396b8932337556e468d1913827b4d5ae","type":"request"}
[2022-09-21 09:26:32.025 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:32.022 +01:00][Trace] - {Transaction} Ended Transaction{Id: 03857fc6c0f3ead0, TraceId: 1cf7653ea06eaab4b4be00c77486c9b6, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:31.9450840 UTC (as timestamp: 1663748791945084), End time: 2022-09-21 08:26:32.0224230 UTC (as timestamp: 1663748792022423), Duration: 77.339ms
[2022-09-21 09:26:32.017 +01:00][Trace] - {Transaction} Ended Transaction{Id: 9296cd6c7df3a01f, TraceId: 15bc1a32e0458f194357898294a4e27d, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:31.8709530 UTC (as timestamp: 1663748791870953), End time: 2022-09-21 08:26:32.0173610 UTC (as timestamp: 1663748792017361), Duration: 146.408ms
[2022-09-21 09:26:32.025 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 9. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 8121aed4fb504726, TraceId: 7dd68e116d4d32005aa4ce44d404a4a7, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:32.040 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:32.042 +01:00][Debug] - {Tracer} Starting Transaction{Id: 33de248cc4663c68, TraceId: 39b6b53e842a07a27e67c4357792e8ed, ParentId: null, Name: POST /xxxxxxxComet.ashx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:32.046 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:32.055 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 10. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 03857fc6c0f3ead0, TraceId: 1cf7653ea06eaab4b4be00c77486c9b6, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:32.054 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:32.284 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 11. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 9296cd6c7df3a01f, TraceId: 15bc1a32e0458f194357898294a4e27d, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:32.058 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:32.055 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:32.089 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/Background/bgMessageDisplayed.gif
[2022-09-21 09:26:32.299 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:32.119 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:32.345 +01:00][Trace] - {MetricsCollector} CollectAllMetrics started
[2022-09-21 09:26:32.369 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:32.284 +01:00][Trace] - {Transaction} Ended Transaction{Id: ee7c53718aab7f28, TraceId: bb531ba7b5a2b7ed98d47b8babdbb8fa, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:31.9792050 UTC (as timestamp: 1663748791979205), End time: 2022-09-21 08:26:32.2846820 UTC (as timestamp: 1663748792284682), Duration: 305.477ms
[2022-09-21 09:26:32.364 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:32.391 +01:00][Trace] - {MetricsCollector} Start collecting BreakdownMetricsProvider
[2022-09-21 09:26:32.389 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:32.378 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: e2b2710bcf773de1, TraceId: c9a21c1abd9225fd29a83fc44911967a, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/js.axd?js=Alerts.js&v=637852722120842075&type=S","hostname":"localhost","pathname":"/js.axd","protocol":"HTTP","raw":"http://localhost/js.axd?js=Alerts.js&v=637852722120842075&type=S","search":"js=Alerts.js&v=637852722120842075&type=S"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":257.488,"id":"e2b2710bcf773de1","sampled":true,"name":"GET /js.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748790135617,"trace_id":"c9a21c1abd9225fd29a83fc44911967a","type":"request"}
[2022-09-21 09:26:32.406 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/Background/bgMessageDisplayed.gif
[2022-09-21 09:26:32.359 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:32.399 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:32.391 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:32.415 +01:00][Trace] - {MetricsCollector} Collected BreakdownMetricsProvider - adding it to MetricSet
[2022-09-21 09:26:32.418 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:32.433 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:32.399 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 12. MaxQueueEventCount: 1000. Transaction: Transaction{Id: ee7c53718aab7f28, TraceId: bb531ba7b5a2b7ed98d47b8babdbb8fa, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:32.447 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:32.424 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:32.458 +01:00][Trace] - {MetricsCollector} Start collecting process total CPU time
[2022-09-21 09:26:32.431 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/transparent.png
[2022-09-21 09:26:32.445 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/TreeView/Contract.png
[2022-09-21 09:26:32.465 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: e34fa0335854e613, TraceId: c0e01eec44bca5ece3421f949b105d78, ParentId: null, Name: POST /xxxxxxxComet.ashx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:32.4644950 UTC (as timestamp: 1663748792464495)
[2022-09-21 09:26:32.600 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:32.617 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:32.614 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:32.609 +01:00][Trace] - {MetricsCollector} Collected process total CPU time - adding it to MetricSet
[2022-09-21 09:26:32.475 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:32.505 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/TreeView/Expand.png
[2022-09-21 09:26:32.653 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: af93a0bdf8f293bb, TraceId: 07d1d70f4d335640bf05cdd79f4eaf7a, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/js.axd?js=LiveUpdate.js&v=637852722126407225&type=S","hostname":"localhost","pathname":"/js.axd","protocol":"HTTP","raw":"http://localhost/js.axd?js=LiveUpdate.js&v=637852722126407225&type=S","search":"js=LiveUpdate.js&v=637852722126407225&type=S"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":271.079,"id":"af93a0bdf8f293bb","sampled":true,"name":"GET /js.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748790114928,"trace_id":"07d1d70f4d335640bf05cdd79f4eaf7a","type":"request"}
[2022-09-21 09:26:32.680 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:32.666 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/TreeView/Contract.png
[2022-09-21 09:26:32.668 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/transparent.png
[2022-09-21 09:26:32.707 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/spinner.gif
[2022-09-21 09:26:32.710 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:32.626 +01:00][Debug] - {Tracer} Starting Transaction{Id: e34fa0335854e613, TraceId: c0e01eec44bca5ece3421f949b105d78, ParentId: null, Name: POST /xxxxxxxComet.ashx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:32.670 +01:00][Trace] - {MetricsCollector} Start collecting total system CPU time
[2022-09-21 09:26:32.680 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:32.729 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:32.737 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:32.771 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/spinner.gif
[2022-09-21 09:26:32.723 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:32.909 +01:00][Debug] - {PayloadSenderV2} Sent items to server:
Transaction{Id: bef3a94ca61f4bac, TraceId: 8c0aeb521299840a3697664ee92421ea, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 9d87fe7aece79276, TraceId: a2a790e6e21139f77a50a76ef7bbbe5c, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: b680c7db7c87d7ee, TraceId: b363546508c6754e014a2855e9fa78f5, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: d9c5f1da77ea0fe8, TraceId: 25d5753073195bf59335e43e86258b85, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: bd29089471f93ec5, TraceId: 184d73cadda376ffc729bab39cc435ca, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 0fb46e3bf2d02927, TraceId: 577c7b3c7f7d5c8d4bcb0efc36388c7a, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: c67faf0f394ab9a5, TraceId: da5f983166b85c5634845cd8dbf88f32, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 5ea2c8435e8e68b3, TraceId: 396b8932337556e468d1913827b4d5ae, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: e2b2710bcf773de1, TraceId: c9a21c1abd9225fd29a83fc44911967a, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: af93a0bdf8f293bb, TraceId: 07d1d70f4d335640bf05cdd79f4eaf7a, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}
[2022-09-21 09:26:32.757 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/TreeView/Expand.png
[2022-09-21 09:26:32.938 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:32.936 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:32.977 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:32.954 +01:00][Trace] - {PayloadSenderV2} Waiting for data to send... FlushInterval: 10s
[2022-09-21 09:26:32.989 +01:00][Trace] - {PayloadSenderV2} There is data to be sent. Batch size: 10. newEventQueueCount: 2. First event: Transaction{Id: 16cfe6c564760e99, TraceId: d1be06622e8578307736b26f0522ba3b, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:32.997 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:32.979 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:33.002 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:33.006 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 16cfe6c564760e99, TraceId: d1be06622e8578307736b26f0522ba3b, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/js.axd?js=AlertsMain.js&v=637976323347457510&type=S","hostname":"localhost","pathname":"/js.axd","protocol":"HTTP","raw":"http://localhost/js.axd?js=AlertsMain.js&v=637976323347457510&type=S","search":"js=AlertsMain.js&v=637976323347457510&type=S"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":345.472,"id":"16cfe6c564760e99","sampled":true,"name":"GET /js.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748790453827,"trace_id":"d1be06622e8578307736b26f0522ba3b","type":"request"}
[2022-09-21 09:26:32.985 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:33.009 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:33.018 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:33.020 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: b2277407dbd07ecd, TraceId: f07cdc92d54d1124ea8e31aa819311b7, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/js.axd?js=Tips.js&v=637852722129445034&type=S","hostname":"localhost","pathname":"/js.axd","protocol":"HTTP","raw":"http://localhost/js.axd?js=Tips.js&v=637852722129445034&type=S","search":"js=Tips.js&v=637852722129445034&type=S"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":182.934,"id":"b2277407dbd07ecd","sampled":true,"name":"GET /js.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748790742537,"trace_id":"f07cdc92d54d1124ea8e31aa819311b7","type":"request"}
[2022-09-21 09:26:33.024 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:33.025 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:33.027 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 60c652777813fff8, TraceId: ef35441326e1d020eda051679d370bfe, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/js.axd?js=ClientLog.js&v=637852722122746927&type=S","hostname":"localhost","pathname":"/js.axd","protocol":"HTTP","raw":"http://localhost/js.axd?js=ClientLog.js&v=637852722122746927&type=S","search":"js=ClientLog.js&v=637852722122746927&type=S"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":238.715,"id":"60c652777813fff8","sampled":true,"name":"GET /js.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748790859543,"trace_id":"ef35441326e1d020eda051679d370bfe","type":"request"}
[2022-09-21 09:26:33.029 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:33.031 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:33.035 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 723516561321edf9, TraceId: f43df704739bbb02212964757291a2d6, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/ScriptResource.axd?d=-FcgZY8lWkWihazCL4OP5GvB64Nj95u_6umf_mDR_e6c6__KNbLZFiX3eTL7RxD13Uda2XoF6_T7TCNajuZPws14XaTGly0-TJhek47OmkZ9_oJdzLga_HQXVFZrW5QG_5XhClNugIrOjmIfmPL26oxUB70NNxV9a3TJ1UK6gxeyP_h7mYMs0XQc4TYBmsg60&t=ffffffff9dc0d136","hostname":"localhost","pathname":"/ScriptResource.axd","protocol":"HTTP","raw":"http://localhost/ScriptResource.axd?d=-FcgZY8lWkWihazCL4OP5GvB64Nj95u_6umf_mDR_e6c6__KNbLZFiX3eTL7RxD13Uda2XoF6_T7TCNajuZPws14XaTGly0-TJhek47OmkZ9_oJdzLga_HQXVFZrW5QG_5XhClNugIrOjmIfmPL26oxUB70NNxV9a3TJ1UK6gxeyP_h7mYMs0XQc4TYBmsg60&t=ffffffff9dc0d136","search":"d=-FcgZY8lWkWihazCL4OP5GvB64Nj95u_6umf_mDR_e6c6__KNbLZFiX3eTL7RxD13Uda2XoF6_T7TCNajuZPws14XaTGly0-TJhek47OmkZ9_oJdzLga_HQXVFZrW5QG_5XhClNugIrOjmIfmPL26oxUB70NNxV9a3TJ1UK6gxeyP_h7mYMs0XQc4TYBmsg60&t=ffffffff9dc0d136"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Content-encoding":"gzip","Cache-Control":"private","Content-Type":"text/javascript"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":282.797,"id":"723516561321edf9","sampled":true,"name":"GET /ScriptResource.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748790991656,"trace_id":"f43df704739bbb02212964757291a2d6","type":"request"}
[2022-09-21 09:26:33.037 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:33.038 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:33.040 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 77eaaf3c39a98061, TraceId: e326a1a15878eafd1dda24333f516dd9, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/ComponentArtScript.axd?f=u1,u2,u3,u4,u5,u6&amp;v=2011_1_1138_35","hostname":"localhost","pathname":"/ComponentArtScript.axd","protocol":"HTTP","raw":"http://localhost/ComponentArtScript.axd?f=u1,u2,u3,u4,u5,u6&amp;v=2011_1_1138_35","search":"f=u1,u2,u3,u4,u5,u6&amp;v=2011_1_1138_35"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Content-Encoding":"gzip","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":282.41,"id":"77eaaf3c39a98061","sampled":true,"name":"GET /ComponentArtScript.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748791004340,"trace_id":"e326a1a15878eafd1dda24333f516dd9","type":"request"}
[2022-09-21 09:26:33.042 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:33.043 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:33.045 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: ceb354a0257a82d6, TraceId: 27f3c0ee28830c523cf78eade2ecc398, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/ComponentArtScript.axd?f=sp1&amp;v=2011_1_1138_35","hostname":"localhost","pathname":"/ComponentArtScript.axd","protocol":"HTTP","raw":"http://localhost/ComponentArtScript.axd?f=sp1&amp;v=2011_1_1138_35","search":"f=sp1&amp;v=2011_1_1138_35"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Content-Encoding":"gzip","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":322.959,"id":"ceb354a0257a82d6","sampled":true,"name":"GET /ComponentArtScript.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748791023049,"trace_id":"27f3c0ee28830c523cf78eade2ecc398","type":"request"}
[2022-09-21 09:26:33.047 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:33.051 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:33.054 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 64aef4e0c8f667a9, TraceId: cc19bfb87e9d200a99921c0a3a676c3e, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/ComponentArtScript.axd?f=n1,n2,n3&amp;v=2011_1_1138_35","hostname":"localhost","pathname":"/ComponentArtScript.axd","protocol":"HTTP","raw":"http://localhost/ComponentArtScript.axd?f=n1,n2,n3&amp;v=2011_1_1138_35","search":"f=n1,n2,n3&amp;v=2011_1_1138_35"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Content-Encoding":"gzip","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":266.415,"id":"64aef4e0c8f667a9","sampled":true,"name":"GET /ComponentArtScript.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748791380319,"trace_id":"cc19bfb87e9d200a99921c0a3a676c3e","type":"request"}
[2022-09-21 09:26:33.058 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:33.059 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:33.061 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 23af217774d86bf4, TraceId: 14aabe70d4c1544881e766aed513bba8, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/ComponentArtScript.axd?f=tv1,tv2,tv3&amp;v=2011_1_1138_35","hostname":"localhost","pathname":"/ComponentArtScript.axd","protocol":"HTTP","raw":"http://localhost/ComponentArtScript.axd?f=tv1,tv2,tv3&amp;v=2011_1_1138_35","search":"f=tv1,tv2,tv3&amp;v=2011_1_1138_35"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Content-Encoding":"gzip","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":441.5,"id":"23af217774d86bf4","sampled":true,"name":"GET /ComponentArtScript.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748791414989,"trace_id":"14aabe70d4c1544881e766aed513bba8","type":"request"}
[2022-09-21 09:26:33.063 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:33.072 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:33.073 +01:00][Error] - {SystemTotalCpuProvider} Error instantiating 'Processor' performance counter. Process does not have permissions to read performance counters. See https://www.elastic.co/guide/en/apm/agent/dotnet/current/metrics.html#metrics-system to see how to configure.+-> Exception: System.UnauthorizedAccessException: Access to the registry key 'Global' is denied.
at Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str)
at Microsoft.Win32.RegistryKey.InternalGetValue(String name, Object defaultValue, Boolean doNotExpand, Boolean checkSecurity)
at Microsoft.Win32.RegistryKey.GetValue(String name)
at System.Diagnostics.PerformanceMonitor.GetData(String item)
at System.Diagnostics.PerformanceCounterLib.GetPerformanceData(String item)
at System.Diagnostics.PerformanceCounterLib.get_CategoryTable()
at System.Diagnostics.PerformanceCounterLib.CounterExists(String category, String counter, Boolean& categoryExists)
at System.Diagnostics.PerformanceCounterLib.CounterExists(String machine, String category, String counter)
at System.Diagnostics.PerformanceCounter.InitializeImpl()
at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName, Boolean readOnly)
at System.Diagnostics.PerformanceCounter..ctor(String categoryName, String counterName, String instanceName)
at Elastic.Apm.Metrics.MetricsProvider.SystemTotalCpuProvider.GetSamples()
[2022-09-21 09:26:33.180 +01:00][Warning] - {SystemTotalCpuProvider} System metrics won't be collected
[2022-09-21 09:26:33.231 +01:00][Warning] - {MetricsCollector} Failed reading total system CPU time 1 times: no valid samples
[2022-09-21 09:26:33.100 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 8121aed4fb504726, TraceId: 7dd68e116d4d32005aa4ce44d404a4a7, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/ComponentArtScript.axd?f=m1,m2,m3&amp;v=2011_1_1138_35","hostname":"localhost","pathname":"/ComponentArtScript.axd","protocol":"HTTP","raw":"http://localhost/ComponentArtScript.axd?f=m1,m2,m3&amp;v=2011_1_1138_35","search":"f=m1,m2,m3&amp;v=2011_1_1138_35"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Content-Encoding":"gzip","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":177.229,"id":"8121aed4fb504726","sampled":true,"name":"GET /ComponentArtScript.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748791818960,"trace_id":"7dd68e116d4d32005aa4ce44d404a4a7","type":"request"}
[2022-09-21 09:26:33.244 +01:00][Trace] - {MetricsCollector} Start collecting process's working set and virtual memory size
[2022-09-21 09:26:33.268 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:33.300 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:33.302 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 03857fc6c0f3ead0, TraceId: 1cf7653ea06eaab4b4be00c77486c9b6, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/ComponentArtScript.axd?f=d1,d2&amp;v=2011_1_1138_35","hostname":"localhost","pathname":"/ComponentArtScript.axd","protocol":"HTTP","raw":"http://localhost/ComponentArtScript.axd?f=d1,d2&amp;v=2011_1_1138_35","search":"f=d1,d2&amp;v=2011_1_1138_35"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Content-Encoding":"gzip","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":77.339,"id":"03857fc6c0f3ead0","sampled":true,"name":"GET /ComponentArtScript.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748791945084,"trace_id":"1cf7653ea06eaab4b4be00c77486c9b6","type":"request"}
[2022-09-21 09:26:33.305 +01:00][Trace] - {MetricsCollector} Collected process's working set and virtual memory size - adding it to MetricSet
[2022-09-21 09:26:33.307 +01:00][Trace] - {MetricsCollector} Start collecting total and free memory
[2022-09-21 09:26:33.313 +01:00][Trace] - {MetricsCollector} Collected total and free memory - adding it to MetricSet
[2022-09-21 09:26:33.316 +01:00][Trace] - {MetricsCollector} Skipping GcMetricsProvider - IsMetricAlreadyCaptured indicated false
[2022-09-21 09:26:33.318 +01:00][Trace] - {MetricsCollector} Skipping CgroupMetricsProvider - IsMetricAlreadyCaptured indicated false
[2022-09-21 09:26:33.322 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 3. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:33.326 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 9. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:33.366 +01:00][Debug] - {PayloadSenderV2} Sent items to server:
Transaction{Id: 16cfe6c564760e99, TraceId: d1be06622e8578307736b26f0522ba3b, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: b2277407dbd07ecd, TraceId: f07cdc92d54d1124ea8e31aa819311b7, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 60c652777813fff8, TraceId: ef35441326e1d020eda051679d370bfe, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 723516561321edf9, TraceId: f43df704739bbb02212964757291a2d6, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 77eaaf3c39a98061, TraceId: e326a1a15878eafd1dda24333f516dd9, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: ceb354a0257a82d6, TraceId: 27f3c0ee28830c523cf78eade2ecc398, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 64aef4e0c8f667a9, TraceId: cc19bfb87e9d200a99921c0a3a676c3e, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 23af217774d86bf4, TraceId: 14aabe70d4c1544881e766aed513bba8, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 8121aed4fb504726, TraceId: 7dd68e116d4d32005aa4ce44d404a4a7, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 03857fc6c0f3ead0, TraceId: 1cf7653ea06eaab4b4be00c77486c9b6, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True}
[2022-09-21 09:26:33.322 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 7. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:33.366 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 10. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:33.831 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 18. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:33.322 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 4. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.062 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 28. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.091 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 29. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.105 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 30. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.120 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 34. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.117 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 33. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:33.322 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 6. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.137 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 36. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.135 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 35. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:33.322 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 8. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.145 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 37. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.160 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 39. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.109 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 31. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.162 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 40. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.197 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 43. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.117 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 32. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.195 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 42. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.158 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 38. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.171 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 41. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:33.824 +01:00][Trace] - {PayloadSenderV2} Waiting for data to send... FlushInterval: 10s
[2022-09-21 09:26:33.322 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 5. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:33.817 +01:00][Debug] - {MetricsCollector} Metrics collected: Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet
[2022-09-21 09:26:33.642 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 11. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:33.642 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 12. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:33.642 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 13. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:33.643 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 14. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:33.820 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 16. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:33.820 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 17. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.061 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 19. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:33.813 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 15. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.062 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 27. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.225 +01:00][Trace] - {PayloadSenderV2} There is data to be sent. Batch size: 10. newEventQueueCount: 33. First event: Transaction{Id: 9296cd6c7df3a01f, TraceId: 15bc1a32e0458f194357898294a4e27d, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:34.062 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 26. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.061 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 20. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.061 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 24. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.061 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 21. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.061 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 22. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.061 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 25. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.061 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 23. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.245 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:34.289 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:34.295 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:34.296 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:34.299 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 9296cd6c7df3a01f, TraceId: 15bc1a32e0458f194357898294a4e27d, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/ComponentArtScript.axd?f=tb1,tb2,tb3&amp;v=2011_1_1138_35","hostname":"localhost","pathname":"/ComponentArtScript.axd","protocol":"HTTP","raw":"http://localhost/ComponentArtScript.axd?f=tb1,tb2,tb3&amp;v=2011_1_1138_35","search":"f=tb1,tb2,tb3&amp;v=2011_1_1138_35"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Content-Encoding":"gzip","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":146.408,"id":"9296cd6c7df3a01f","sampled":true,"name":"GET /ComponentArtScript.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748791870953,"trace_id":"15bc1a32e0458f194357898294a4e27d","type":"request"}
[2022-09-21 09:26:34.360 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:34.364 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:34.331 +01:00][Trace] - {Transaction} Ended Transaction{Id: 6ff391157827dfe1, TraceId: 933f82dbd97a2b71b137343f6be7034c, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:31.9302450 UTC (as timestamp: 1663748791930245), End time: 2022-09-21 08:26:34.3305020 UTC (as timestamp: 1663748794330502), Duration: 2400.257ms
[2022-09-21 09:26:34.373 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:34.373 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 34. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 6ff391157827dfe1, TraceId: 933f82dbd97a2b71b137343f6be7034c, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:34.368 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: ee7c53718aab7f28, TraceId: bb531ba7b5a2b7ed98d47b8babdbb8fa, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/ComponentArtScript.axd?f=cb1&amp;v=2011_1_1138_35","hostname":"localhost","pathname":"/ComponentArtScript.axd","protocol":"HTTP","raw":"http://localhost/ComponentArtScript.axd?f=cb1&amp;v=2011_1_1138_35","search":"f=cb1&amp;v=2011_1_1138_35"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Content-Encoding":"gzip","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":305.477,"id":"ee7c53718aab7f28","sampled":true,"name":"GET /ComponentArtScript.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748791979205,"trace_id":"bb531ba7b5a2b7ed98d47b8babdbb8fa","type":"request"}
[2022-09-21 09:26:34.394 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":464714.0}},"timestamp":1663748764821812}
[2022-09-21 09:26:34.395 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /ADLogin.aspx","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":2213147.0}},"timestamp":1663748767238354}
[2022-09-21 09:26:34.398 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /WebResource.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":98029.0}},"timestamp":1663748768028870}
[2022-09-21 09:26:34.399 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /WebResource.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":170311.0}},"timestamp":1663748768045183}
[2022-09-21 09:26:34.401 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /ScriptResource.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":279921.0}},"timestamp":1663748768215780}
[2022-09-21 09:26:34.403 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /ADLogin.aspx","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":1845402.0}},"timestamp":1663748778282283}
[2022-09-21 09:26:34.405 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /MainWindow/Views/ViewWindow1.aspx","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":1707136.9999999998}},"timestamp":1663748785607542}
[2022-09-21 09:26:34.407 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /CSSScript/CssHandle.ashx","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":461128.0}},"timestamp":1663748787085052}
[2022-09-21 09:26:34.451 +01:00][Debug] - {PayloadSenderV2} Sent items to server:
Transaction{Id: 9296cd6c7df3a01f, TraceId: 15bc1a32e0458f194357898294a4e27d, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: ee7c53718aab7f28, TraceId: bb531ba7b5a2b7ed98d47b8babdbb8fa, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True},
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet
[2022-09-21 09:26:34.457 +01:00][Trace] - {PayloadSenderV2} Waiting for data to send... FlushInterval: 10s
[2022-09-21 09:26:34.461 +01:00][Trace] - {PayloadSenderV2} There is data to be sent. Batch size: 10. newEventQueueCount: 24. First event: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.468 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /WebResource.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":378108.0}},"timestamp":1663748787024960}
[2022-09-21 09:26:34.469 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /f2nscripts/common.ashx","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":371720.0}},"timestamp":1663748787309457}
[2022-09-21 09:26:34.474 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /js.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":470466.0}},"timestamp":1663748787867722}
[2022-09-21 09:26:34.476 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /f2nscripts/WebContext.ashx","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":355783.0}},"timestamp":1663748787313504}
[2022-09-21 09:26:34.477 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /js.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":211765.0}},"timestamp":1663748788425053}
[2022-09-21 09:26:34.479 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /js.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":169783.0}},"timestamp":1663748788426552}
[2022-09-21 09:26:34.482 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /js.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":325985.0}},"timestamp":1663748788146011}
[2022-09-21 09:26:34.485 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /js.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":681299.0}},"timestamp":1663748787252169}
[2022-09-21 09:26:34.487 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /js.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":367237.0}},"timestamp":1663748788741559}
[2022-09-21 09:26:34.490 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /js.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":334453.0}},"timestamp":1663748788840006}
[2022-09-21 09:26:34.522 +01:00][Debug] - {PayloadSenderV2} Sent items to server:
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet
[2022-09-21 09:26:34.524 +01:00][Trace] - {PayloadSenderV2} Waiting for data to send... FlushInterval: 10s
[2022-09-21 09:26:34.526 +01:00][Trace] - {PayloadSenderV2} There is data to be sent. Batch size: 10. newEventQueueCount: 14. First event: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.528 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /js.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":328110.0}},"timestamp":1663748789081250}
[2022-09-21 09:26:34.530 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /js.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":319818.0}},"timestamp":1663748789673301}
[2022-09-21 09:26:34.532 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /js.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":338920.0}},"timestamp":1663748789099295}
[2022-09-21 09:26:34.534 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /js.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":308025.0}},"timestamp":1663748790020364}
[2022-09-21 09:26:34.535 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /js.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":350223.0}},"timestamp":1663748790154645}
[2022-09-21 09:26:34.537 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /js.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":250310.0}},"timestamp":1663748790410884}
[2022-09-21 09:26:34.539 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /js.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":257488.0}},"timestamp":1663748790431364}
[2022-09-21 09:26:34.541 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /js.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":271079.0}},"timestamp":1663748790474209}
[2022-09-21 09:26:34.543 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /js.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":345472.0}},"timestamp":1663748790853559}
[2022-09-21 09:26:34.671 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /js.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":182934.0}},"timestamp":1663748790941733}
[2022-09-21 09:26:34.712 +01:00][Debug] - {PayloadSenderV2} Sent items to server:
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet
[2022-09-21 09:26:34.743 +01:00][Trace] - {PayloadSenderV2} Waiting for data to send... FlushInterval: 10s
[2022-09-21 09:26:34.747 +01:00][Trace] - {PayloadSenderV2} There is data to be sent. Batch size: 10. newEventQueueCount: 4. First event: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:34.750 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /js.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":238715.0}},"timestamp":1663748791254667}
[2022-09-21 09:26:34.753 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /ScriptResource.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":282797.0}},"timestamp":1663748791298444}
[2022-09-21 09:26:34.767 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /ComponentArtScript.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":282410.0}},"timestamp":1663748791314473}
[2022-09-21 09:26:34.769 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /ComponentArtScript.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":322959.0}},"timestamp":1663748791386840}
[2022-09-21 09:26:34.770 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /ComponentArtScript.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":266415.0}},"timestamp":1663748791649847}
[2022-09-21 09:26:34.778 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /ComponentArtScript.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":441500.0}},"timestamp":1663748791859175}
[2022-09-21 09:26:34.782 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /ComponentArtScript.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":177229.0}},"timestamp":1663748792025471}
[2022-09-21 09:26:34.784 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /ComponentArtScript.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":77339.0}},"timestamp":1663748792054913}
[2022-09-21 09:26:34.786 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /ComponentArtScript.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":146408.0}},"timestamp":1663748792058265}
[2022-09-21 09:26:34.788 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /ComponentArtScript.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":305477.0}},"timestamp":1663748792398032}
[2022-09-21 09:26:34.818 +01:00][Debug] - {PayloadSenderV2} Sent items to server:
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet
[2022-09-21 09:26:34.820 +01:00][Trace] - {PayloadSenderV2} Waiting for data to send... FlushInterval: 10s
[2022-09-21 09:26:35.002 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:35.005 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:35.008 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:35.010 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:35.013 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: a6df8f1820db781e, TraceId: 1e11d867b19f5f334fc348d6f13606e9, ParentId: null, Name: GET /FilterData.ashx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:35.0134670 UTC (as timestamp: 1663748795013467)
[2022-09-21 09:26:35.022 +01:00][Debug] - {Tracer} Starting Transaction{Id: a6df8f1820db781e, TraceId: 1e11d867b19f5f334fc348d6f13606e9, ParentId: null, Name: GET /FilterData.ashx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:35.025 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:35.025 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:35.053 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:35.052 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:35.052 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:35.063 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/Splitters/splitterbar_vertical.gif
[2022-09-21 09:26:35.064 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:35.057 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/Background/bg.gif
[2022-09-21 09:26:35.073 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/NavToolbar/navToolbarSprite.png
[2022-09-21 09:26:35.092 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:35.088 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:35.113 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/Splitters/splitterbar_vertical.gif
[2022-09-21 09:26:35.085 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:35.094 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:35.101 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:35.108 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:35.120 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:35.124 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:35.124 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/Background/bg.gif
[2022-09-21 09:26:35.131 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/NavToolbar/navToolbarSprite.png
[2022-09-21 09:26:35.135 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:35.143 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:35.154 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:35.140 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 10c5740acd37b2e1, TraceId: f0bbf945ea69b54b7aa2cf17aba4a09c, ParentId: null, Name: GET /FilterData.ashx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:35.1392450 UTC (as timestamp: 1663748795139245)
[2022-09-21 09:26:35.154 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:35.369 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:35.350 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:35.157 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: f220fa3aa082dd82, TraceId: 287703daf17647a8544f41c0525b6a00, ParentId: null, Name: GET /blank.html, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:35.1568970 UTC (as timestamp: 1663748795156897)
[2022-09-21 09:26:35.347 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:35.360 +01:00][Debug] - {Tracer} Starting Transaction{Id: 10c5740acd37b2e1, TraceId: f0bbf945ea69b54b7aa2cf17aba4a09c, ParentId: null, Name: GET /FilterData.ashx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:35.409 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:35.418 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:35.426 +01:00][Debug] - {Tracer} Starting Transaction{Id: f220fa3aa082dd82, TraceId: 287703daf17647a8544f41c0525b6a00, ParentId: null, Name: GET /blank.html, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:35.614 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/Splitters/splitterbar_xxxxxxxtal.gif
[2022-09-21 09:26:35.445 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /resources/font-awesome/fonts/fontawesome-webfont.woff2
[2022-09-21 09:26:35.610 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:35.711 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:35.682 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:35.686 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:35.721 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:35.722 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/Splitters/splitterbar_xxxxxxxtal.gif
[2022-09-21 09:26:35.728 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /resources/font-awesome/fonts/fontawesome-webfont.woff2
[2022-09-21 09:26:35.742 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: ebc356c72643fbf0, TraceId: 4c93ecd31662cf432804dac1b318289b, ParentId: null, Name: GET /Controls/HomePageProxy.aspx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:35.7415120 UTC (as timestamp: 1663748795741512)
[2022-09-21 09:26:35.760 +01:00][Debug] - {Tracer} Starting Transaction{Id: ebc356c72643fbf0, TraceId: 4c93ecd31662cf432804dac1b318289b, ParentId: null, Name: GET /Controls/HomePageProxy.aspx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:35.764 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:35.755 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:35.782 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:35.782 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:35.775 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:35.907 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:35.915 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:35.974 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:35.784 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:36.020 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:35.989 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:35.998 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/Splitters/splitterbar_vertical_plain.gif
[2022-09-21 09:26:36.037 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:36.032 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:36.043 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:36.034 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:36.056 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 0c7f6dc11cd06487, TraceId: ef4522582da540106100b2617750803a, ParentId: null, Name: GET /blank.html, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:36.0561500 UTC (as timestamp: 1663748796056150)
[2022-09-21 09:26:36.053 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/Splitters/splitterbar_vertical_plain.gif
[2022-09-21 09:26:36.062 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: eb56f14e2493b64f, TraceId: 98af22bcfe2ff99a78f878875e8e38f8, ParentId: null, Name: GET /Controls/HomePageProxy.aspx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:36.0623190 UTC (as timestamp: 1663748796062319)
[2022-09-21 09:26:36.055 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/Background/bgFooter.gif
[2022-09-21 09:26:36.065 +01:00][Debug] - {Tracer} Starting Transaction{Id: 0c7f6dc11cd06487, TraceId: ef4522582da540106100b2617750803a, ParentId: null, Name: GET /blank.html, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:36.096 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:36.068 +01:00][Debug] - {Tracer} Starting Transaction{Id: eb56f14e2493b64f, TraceId: 98af22bcfe2ff99a78f878875e8e38f8, ParentId: null, Name: GET /Controls/HomePageProxy.aspx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:36.070 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:36.130 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:36.165 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/Background/bgFooter.gif
[2022-09-21 09:26:36.129 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:36.219 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:36.224 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:36.280 +01:00][Trace] - {Transaction} Ended Transaction{Id: 0c7f6dc11cd06487, TraceId: ef4522582da540106100b2617750803a, ParentId: null, Name: GET /blank.html, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:36.0561500 UTC (as timestamp: 1663748796056150), End time: 2022-09-21 08:26:36.2803130 UTC (as timestamp: 1663748796280313), Duration: 224.163ms
[2022-09-21 09:26:36.281 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:36.283 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 5. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 0c7f6dc11cd06487, TraceId: ef4522582da540106100b2617750803a, ParentId: null, Name: GET /blank.html, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:36.270 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:36.283 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:36.311 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/BaseToolbar/home.png
[2022-09-21 09:26:36.299 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:36.346 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/TreeView/treeViewSprite.png
[2022-09-21 09:26:36.340 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:36.352 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/BaseToolbar/home.png
[2022-09-21 09:26:36.350 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:36.342 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:36.359 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/ModalDialog/modalDialogSprite.png
[2022-09-21 09:26:36.357 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/TreeView/treeViewSprite.png
[2022-09-21 09:26:36.360 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:36.365 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/ModalDialog/modalDialogSprite.png
[2022-09-21 09:26:36.367 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:36.368 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:36.404 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:36.401 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:36.416 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:36.425 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:36.419 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:36.550 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/ModalDialog/top.gif
[2022-09-21 09:26:36.559 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:36.560 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:36.551 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:36.637 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/ModalDialog/bottom.gif
[2022-09-21 09:26:36.630 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/ModalDialog/left.gif
[2022-09-21 09:26:36.643 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:36.629 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/ModalDialog/top.gif
[2022-09-21 09:26:36.646 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:36.682 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/ModalDialog/bottom.gif
[2022-09-21 09:26:36.683 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/ModalDialog/left.gif
[2022-09-21 09:26:36.688 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:36.691 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:36.699 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:36.691 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:36.717 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:36.691 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:36.718 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:36.797 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:36.935 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:36.959 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/ModalDialog/right.gif
[2022-09-21 09:26:36.975 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/NavBar/navBarSprite.png
[2022-09-21 09:26:36.968 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/BaseToolbar/toolbarSprite.png
[2022-09-21 09:26:36.995 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:37.002 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/NavBar/navBarSprite.png
[2022-09-21 09:26:36.997 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:37.006 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/BaseToolbar/toolbarSprite.png
[2022-09-21 09:26:37.007 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:37.012 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:36.993 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:37.048 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:37.075 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:37.164 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:37.172 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:37.197 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/Background/bgSelected.gif
[2022-09-21 09:26:37.105 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/ModalDialog/right.gif
[2022-09-21 09:26:37.235 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:37.244 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/Background/bgSelected.gif
[2022-09-21 09:26:37.223 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/ScrollBar/left.png
[2022-09-21 09:26:37.264 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:37.246 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:37.266 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:37.270 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:37.266 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/ScrollBar/left.png
[2022-09-21 09:26:37.285 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:37.275 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:37.288 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:37.321 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:37.306 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/ScrollBar/track.png
[2022-09-21 09:26:37.343 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:37.343 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:37.323 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:37.368 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/ScrollBar/track.png
[2022-09-21 09:26:37.434 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/ScrollBar/right.png
[2022-09-21 09:26:37.517 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:37.479 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/ScrollBar/BarThumb.png
[2022-09-21 09:26:37.538 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:37.534 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:37.591 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:37.615 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:37.593 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:37.607 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:37.609 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/ScrollBar/right.png
[2022-09-21 09:26:37.626 +01:00][Trace] - {Transaction} Ended Transaction{Id: eb56f14e2493b64f, TraceId: 98af22bcfe2ff99a78f878875e8e38f8, ParentId: null, Name: GET /Controls/HomePageProxy.aspx, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:36.0623190 UTC (as timestamp: 1663748796062319), End time: 2022-09-21 08:26:37.6262220 UTC (as timestamp: 1663748797626222), Duration: 1563.903ms
[2022-09-21 09:26:37.638 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/ScrollBar/up.png
[2022-09-21 09:26:37.658 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 6. MaxQueueEventCount: 1000. Transaction: Transaction{Id: eb56f14e2493b64f, TraceId: 98af22bcfe2ff99a78f878875e8e38f8, ParentId: null, Name: GET /Controls/HomePageProxy.aspx, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:37.642 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:37.636 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/ScrollBar/BarThumb.png
[2022-09-21 09:26:37.791 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:37.793 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:37.791 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:37.851 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:37.820 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:37.837 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/ScrollBar/up.png
[2022-09-21 09:26:37.890 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:37.896 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/ScrollBar/down.png
[2022-09-21 09:26:37.914 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /resources/css/Homepage.css
[2022-09-21 09:26:37.922 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:37.903 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:37.914 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:37.928 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:37.957 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /resources/css/Homepage.css
[2022-09-21 09:26:37.931 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/Images/ScrollBar/down.png
[2022-09-21 09:26:37.950 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:37.973 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:37.950 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:37.964 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:38.075 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:38.034 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:38.046 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:38.090 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /Bundle/HomePage/en-GB/Bundle.js
[2022-09-21 09:26:38.106 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:38.070 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /css/Dashboards-all.css
[2022-09-21 09:26:38.114 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:38.127 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /css/Dashboards-all.css
[2022-09-21 09:26:38.109 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /Bundle/HomePage/en-GB/Bundle.js
[2022-09-21 09:26:38.150 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:38.164 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:38.182 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:38.182 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:38.206 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /css/Dashboards-all-xxxxxxx.css
[2022-09-21 09:26:38.192 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:38.219 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /css/Dashboards-all_1.css
[2022-09-21 09:26:38.235 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /css/Dashboards-all_2.css
[2022-09-21 09:26:38.274 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:38.293 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /css/Dashboards-all_2.css
[2022-09-21 09:26:38.322 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:38.237 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:38.379 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /css/Dashboards-all_1.css
[2022-09-21 09:26:38.232 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:38.384 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /css/Dashboards-all-xxxxxxx.css
[2022-09-21 09:26:38.375 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:38.392 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:38.413 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:38.387 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:38.473 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:38.675 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:38.684 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:38.692 +01:00][Trace] - {Transaction} Ended Transaction{Id: 10c5740acd37b2e1, TraceId: f0bbf945ea69b54b7aa2cf17aba4a09c, ParentId: null, Name: GET /FilterData.ashx, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:35.1392450 UTC (as timestamp: 1663748795139245), End time: 2022-09-21 08:26:38.6920720 UTC (as timestamp: 1663748798692072), Duration: 3552.827ms
[2022-09-21 09:26:38.695 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 7. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 10c5740acd37b2e1, TraceId: f0bbf945ea69b54b7aa2cf17aba4a09c, ParentId: null, Name: GET /FilterData.ashx, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:38.695 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:40.110 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:40.125 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:40.929 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:40.971 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:40.986 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:40.988 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:40.998 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: f08bea1ca543f997, TraceId: b5f92d20151c6558137bebab53ef7bae, ParentId: null, Name: POST /HomePage.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:40.9989450 UTC (as timestamp: 1663748800998945)
[2022-09-21 09:26:41.001 +01:00][Debug] - {Tracer} Starting Transaction{Id: f08bea1ca543f997, TraceId: b5f92d20151c6558137bebab53ef7bae, ParentId: null, Name: POST /HomePage.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:41.004 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:41.006 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:41.008 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:41.010 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:41.012 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 0e315e52a90888bc, TraceId: fe33d191e547e1ac4c8ba233781ffa45, ParentId: null, Name: POST /HomePage.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:41.0125640 UTC (as timestamp: 1663748801012564)
[2022-09-21 09:26:41.015 +01:00][Debug] - {Tracer} Starting Transaction{Id: 0e315e52a90888bc, TraceId: fe33d191e547e1ac4c8ba233781ffa45, ParentId: null, Name: POST /HomePage.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:41.079 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:41.083 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:41.084 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:41.182 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:41.183 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:41.185 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:41.187 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:41.230 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:41.189 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 985b5d1fa4eca76f, TraceId: d9a6075a676e50e65ff676f6a51949e5, ParentId: null, Name: POST /xxxxxxxComet.ashx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:41.1892100 UTC (as timestamp: 1663748801189210)
[2022-09-21 09:26:41.250 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 17e19aad31c094f9, TraceId: da16b10c34f70182cb7d6883e8b1d44b, ParentId: null, Name: POST /MainWindow/Views/ViewWindow1.aspx/GetSysWideFilters, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:41.2498720 UTC (as timestamp: 1663748801249872)
[2022-09-21 09:26:41.258 +01:00][Debug] - {Tracer} Starting Transaction{Id: 985b5d1fa4eca76f, TraceId: d9a6075a676e50e65ff676f6a51949e5, ParentId: null, Name: POST /xxxxxxxComet.ashx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:41.280 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:41.289 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:41.267 +01:00][Debug] - {Tracer} Starting Transaction{Id: 17e19aad31c094f9, TraceId: da16b10c34f70182cb7d6883e8b1d44b, ParentId: null, Name: POST /MainWindow/Views/ViewWindow1.aspx/GetSysWideFilters, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:41.298 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:41.302 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:41.308 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:41.305 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:41.312 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:41.318 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:41.315 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 0efc5b4f67ee3e6c, TraceId: 25d77272da933c03148a6b44625be40c, ParentId: null, Name: POST /xxxxxxxComet.ashx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:41.3151010 UTC (as timestamp: 1663748801315101)
[2022-09-21 09:26:41.320 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 5f1f52a0e509507c, TraceId: 7d07bc19b69af5bc419437579c26cc62, ParentId: null, Name: POST /MainWindow/Views/ViewWindow1.aspx/GetSysWideFilters, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:41.3203000 UTC (as timestamp: 1663748801320300)
[2022-09-21 09:26:41.322 +01:00][Debug] - {Tracer} Starting Transaction{Id: 0efc5b4f67ee3e6c, TraceId: 25d77272da933c03148a6b44625be40c, ParentId: null, Name: POST /xxxxxxxComet.ashx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:41.327 +01:00][Debug] - {Tracer} Starting Transaction{Id: 5f1f52a0e509507c, TraceId: 7d07bc19b69af5bc419437579c26cc62, ParentId: null, Name: POST /MainWindow/Views/ViewWindow1.aspx/GetSysWideFilters, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:41.417 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:41.421 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:41.434 +01:00][Trace] - {Transaction} Ended Transaction{Id: 5f1f52a0e509507c, TraceId: 7d07bc19b69af5bc419437579c26cc62, ParentId: null, Name: POST /MainWindow/Views/ViewWindow1.aspx/GetSysWideFilters, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:41.3203000 UTC (as timestamp: 1663748801320300), End time: 2022-09-21 08:26:41.4348980 UTC (as timestamp: 1663748801434898), Duration: 114.598ms
[2022-09-21 09:26:41.445 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 8. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 5f1f52a0e509507c, TraceId: 7d07bc19b69af5bc419437579c26cc62, ParentId: null, Name: POST /MainWindow/Views/ViewWindow1.aspx/GetSysWideFilters, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:41.501 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:41.562 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:41.664 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:41.667 +01:00][Trace] - {Transaction} Ended Transaction{Id: e34fa0335854e613, TraceId: c0e01eec44bca5ece3421f949b105d78, ParentId: null, Name: POST /xxxxxxxComet.ashx, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:32.4644950 UTC (as timestamp: 1663748792464495), End time: 2022-09-21 08:26:41.6672400 UTC (as timestamp: 1663748801667240), Duration: 9202.745ms
[2022-09-21 09:26:41.677 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 9. MaxQueueEventCount: 1000. Transaction: Transaction{Id: e34fa0335854e613, TraceId: c0e01eec44bca5ece3421f949b105d78, ParentId: null, Name: POST /xxxxxxxComet.ashx, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:41.678 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:42.953 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:42.956 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:42.958 +01:00][Trace] - {Transaction} Ended Transaction{Id: 0e315e52a90888bc, TraceId: fe33d191e547e1ac4c8ba233781ffa45, ParentId: null, Name: POST /HomePage.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:41.0125640 UTC (as timestamp: 1663748801012564), End time: 2022-09-21 08:26:42.9589270 UTC (as timestamp: 1663748802958927), Duration: 1946.363ms
[2022-09-21 09:26:42.961 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 10. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 0e315e52a90888bc, TraceId: fe33d191e547e1ac4c8ba233781ffa45, ParentId: null, Name: POST /HomePage.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:42.961 +01:00][Trace] - {PayloadSenderV2} There is data to be sent. Batch size: 10. newEventQueueCount: 0. First event: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:26:42.964 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"samples":{"system.process.cpu.total.norm.pct":{"value":0.10048460890705814}},"timestamp":1663748792609549}
[2022-09-21 09:26:42.966 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"samples":{"system.process.memory.size":{"value":2223682281472.0},"system.process.memory.rss.bytes":{"value":501198848.0}},"timestamp":1663748793305397}
[2022-09-21 09:26:42.967 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"samples":{"system.memory.actual.free":{"value":6455963648.0},"system.memory.total":{"value":16885276672.0}},"timestamp":1663748793313641}
[2022-09-21 09:26:42.969 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:42.970 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:42.974 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:42.974 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 6ff391157827dfe1, TraceId: 933f82dbd97a2b71b137343f6be7034c, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/ScriptResource.axd?d=zOSYpMfdeBUKuzP65s5AFeTtqutIys_GVf-EnyoUd6d15wWAuhf8Upioa6vt1ZR4PMFe3-UtTJl4OBEE2CCdsuK2BHSbPF6MDSVlukfX8wajB9E0sAPHJNhmhflmspbuwaCabPrRADytVQoH3t8GZrrqms6Pjjp5wX7zvkKdFaA1&t=6a4afd28","hostname":"localhost","pathname":"/ScriptResource.axd","protocol":"HTTP","raw":"http://localhost/ScriptResource.axd?d=zOSYpMfdeBUKuzP65s5AFeTtqutIys_GVf-EnyoUd6d15wWAuhf8Upioa6vt1ZR4PMFe3-UtTJl4OBEE2CCdsuK2BHSbPF6MDSVlukfX8wajB9E0sAPHJNhmhflmspbuwaCabPrRADytVQoH3t8GZrrqms6Pjjp5wX7zvkKdFaA1&t=6a4afd28","search":"d=zOSYpMfdeBUKuzP65s5AFeTtqutIys_GVf-EnyoUd6d15wWAuhf8Upioa6vt1ZR4PMFe3-UtTJl4OBEE2CCdsuK2BHSbPF6MDSVlukfX8wajB9E0sAPHJNhmhflmspbuwaCabPrRADytVQoH3t8GZrrqms6Pjjp5wX7zvkKdFaA1&t=6a4afd28"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Content-encoding":"gzip","Cache-Control":"private","Content-Type":"text/javascript"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":2400.257,"id":"6ff391157827dfe1","sampled":true,"name":"GET /ScriptResource.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748791930245,"trace_id":"933f82dbd97a2b71b137343f6be7034c","type":"request"}
[2022-09-21 09:26:42.977 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:42.979 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:42.982 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 0c7f6dc11cd06487, TraceId: ef4522582da540106100b2617750803a, ParentId: null, Name: GET /blank.html, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Upgrade-Insecure-Requests":"1","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"navigate","Sec-Fetch-Dest":"iframe"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/blank.html","hostname":"localhost","pathname":"/blank.html","protocol":"HTTP","raw":"http://localhost/blank.html"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"max-age=31449600","Content-Type":"text/html","Last-Modified":"Mon, 11 Apr 2022 10:04:21 GMT","Accept-Ranges":"bytes","ETag":"\"3c82a0838b4dd81:0\""},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":224.163,"id":"0c7f6dc11cd06487","sampled":true,"name":"GET /blank.html","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748796056150,"trace_id":"ef4522582da540106100b2617750803a","type":"request"}
[2022-09-21 09:26:42.984 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:42.985 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:42.987 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: eb56f14e2493b64f, TraceId: 98af22bcfe2ff99a78f878875e8e38f8, ParentId: null, Name: GET /Controls/HomePageProxy.aspx, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Upgrade-Insecure-Requests":"1","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"navigate","Sec-Fetch-Dest":"iframe"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/Controls/HomePageProxy.aspx","hostname":"localhost","pathname":"/Controls/HomePageProxy.aspx","protocol":"HTTP","raw":"http://localhost/Controls/HomePageProxy.aspx"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","Cache-Control":"no-store, no-cache","Pragma":"no-cache","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Content-Type":"text/html; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":1563.903,"id":"eb56f14e2493b64f","sampled":true,"name":"GET /Controls/HomePageProxy.aspx","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748796062319,"trace_id":"98af22bcfe2ff99a78f878875e8e38f8","type":"request"}
[2022-09-21 09:26:42.989 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:42.992 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:42.996 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 10c5740acd37b2e1, TraceId: f0bbf945ea69b54b7aa2cf17aba4a09c, ParentId: null, Name: GET /FilterData.ashx, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/FilterData.ashx?action=SystemWide&f2nid=&refresh=N&","hostname":"localhost","pathname":"/FilterData.ashx","protocol":"HTTP","raw":"http://localhost/FilterData.ashx?action=SystemWide&f2nid=&refresh=N&","search":"action=SystemWide&f2nid=&refresh=N&"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"application/json"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":3552.827,"id":"10c5740acd37b2e1","sampled":true,"name":"GET /FilterData.ashx","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748795139245,"trace_id":"f0bbf945ea69b54b7aa2cf17aba4a09c","type":"request"}
[2022-09-21 09:26:42.997 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:42.999 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:43.001 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 5f1f52a0e509507c, TraceId: 7d07bc19b69af5bc419437579c26cc62, ParentId: null, Name: POST /MainWindow/Views/ViewWindow1.aspx/GetSysWideFilters, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Content-Length":"0","Content-Type":"application/json; charset=UTF-8","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","X-Requested-With":"XMLHttpRequest","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/MainWindow/Views/ViewWindow1.aspx/GetSysWideFilters","hostname":"localhost","pathname":"/MainWindow/Views/ViewWindow1.aspx/GetSysWideFilters","protocol":"HTTP","raw":"http://localhost/MainWindow/Views/ViewWindow1.aspx/GetSysWideFilters"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","Cache-Control":"no-store, no-cache","Pragma":"no-cache","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Content-Type":"application/json; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":114.598,"id":"5f1f52a0e509507c","sampled":true,"name":"POST /MainWindow/Views/ViewWindow1.aspx/GetSysWideFilters","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748801320300,"trace_id":"7d07bc19b69af5bc419437579c26cc62","type":"request"}
[2022-09-21 09:26:43.002 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:43.004 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:43.006 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: e34fa0335854e613, TraceId: c0e01eec44bca5ece3421f949b105d78, ParentId: null, Name: POST /xxxxxxxComet.ashx, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Content-Length":"31","Content-Type":"application/json; charset=UTF-8","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/xxxxxxxComet.ashx","hostname":"localhost","pathname":"/xxxxxxxComet.ashx","protocol":"HTTP","raw":"http://localhost/xxxxxxxComet.ashx"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Pragma":"no-cache","Cache-Control":"private","Content-Type":"application/json; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":9202.745,"id":"e34fa0335854e613","sampled":true,"name":"POST /xxxxxxxComet.ashx","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748792464495,"trace_id":"c0e01eec44bca5ece3421f949b105d78","type":"request"}
[2022-09-21 09:26:43.009 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:43.011 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:43.013 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 0e315e52a90888bc, TraceId: fe33d191e547e1ac4c8ba233781ffa45, ParentId: null, Name: POST /HomePage.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Content-Length":"50","Content-Type":"application/json","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","X-Requested-With":"XMLHttpRequest","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/HomePage.axd","hostname":"localhost","pathname":"/HomePage.axd","protocol":"HTTP","raw":"http://localhost/HomePage.axd"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"application/json; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":1946.363,"id":"0e315e52a90888bc","sampled":true,"name":"POST /HomePage.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748801012564,"trace_id":"fe33d191e547e1ac4c8ba233781ffa45","type":"request"}
[2022-09-21 09:26:43.066 +01:00][Debug] - {PayloadSenderV2} Sent items to server:
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Transaction{Id: 6ff391157827dfe1, TraceId: 933f82dbd97a2b71b137343f6be7034c, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 0c7f6dc11cd06487, TraceId: ef4522582da540106100b2617750803a, ParentId: null, Name: GET /blank.html, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: eb56f14e2493b64f, TraceId: 98af22bcfe2ff99a78f878875e8e38f8, ParentId: null, Name: GET /Controls/HomePageProxy.aspx, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 10c5740acd37b2e1, TraceId: f0bbf945ea69b54b7aa2cf17aba4a09c, ParentId: null, Name: GET /FilterData.ashx, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 5f1f52a0e509507c, TraceId: 7d07bc19b69af5bc419437579c26cc62, ParentId: null, Name: POST /MainWindow/Views/ViewWindow1.aspx/GetSysWideFilters, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: e34fa0335854e613, TraceId: c0e01eec44bca5ece3421f949b105d78, ParentId: null, Name: POST /xxxxxxxComet.ashx, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 0e315e52a90888bc, TraceId: fe33d191e547e1ac4c8ba233781ffa45, ParentId: null, Name: POST /HomePage.axd, Type: request, Outcome: Success, IsSampled: True}
[2022-09-21 09:26:43.068 +01:00][Trace] - {PayloadSenderV2} Waiting for data to send... FlushInterval: 10s
[2022-09-21 09:26:43.236 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:43.247 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:43.276 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:43.237 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:43.247 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:43.243 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:43.294 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:43.311 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:43.301 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:43.316 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:43.320 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:43.334 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:43.318 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:43.330 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:43.326 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:43.337 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:43.352 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 51e9b7b42eaaf77e, TraceId: 127710a8905708ea689b3590fcdd0ccb, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:43.3524050 UTC (as timestamp: 1663748803352405)
[2022-09-21 09:26:43.344 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:43.349 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:43.378 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:43.365 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 8c8065e747215406, TraceId: 995666e43af22e1fc092225e6a8b9135, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:43.3648440 UTC (as timestamp: 1663748803364844)
[2022-09-21 09:26:43.389 +01:00][Debug] - {Tracer} Starting Transaction{Id: 8c8065e747215406, TraceId: 995666e43af22e1fc092225e6a8b9135, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:43.359 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:43.368 +01:00][Debug] - {Tracer} Starting Transaction{Id: 51e9b7b42eaaf77e, TraceId: 127710a8905708ea689b3590fcdd0ccb, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:43.371 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 5f006b17ba4816e8, TraceId: ca54a6a709cc0716b299578552fc4ff8, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:43.3703720 UTC (as timestamp: 1663748803370372)
[2022-09-21 09:26:43.384 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 9a594efc65d4e601, TraceId: 103b0e74e5a6eeac717022e14bd473cc, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:43.3829140 UTC (as timestamp: 1663748803382914)
[2022-09-21 09:26:43.408 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: a24c78569b21be65, TraceId: 0d4e4d116ef413d0c5348f2c3ae8cc31, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:43.4077510 UTC (as timestamp: 1663748803407751)
[2022-09-21 09:26:43.610 +01:00][Debug] - {Tracer} Starting Transaction{Id: a24c78569b21be65, TraceId: 0d4e4d116ef413d0c5348f2c3ae8cc31, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:43.611 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:43.603 +01:00][Debug] - {Tracer} Starting Transaction{Id: 9a594efc65d4e601, TraceId: 103b0e74e5a6eeac717022e14bd473cc, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:43.583 +01:00][Debug] - {Tracer} Starting Transaction{Id: 5f006b17ba4816e8, TraceId: ca54a6a709cc0716b299578552fc4ff8, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:43.636 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:43.918 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:43.683 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:43.859 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:43.881 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:43.926 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:43.883 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:43.936 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:43.921 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:43.945 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:43.956 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: b973e11bae0483b3, TraceId: 184ffd7d37893d7ae0f36062829472bc, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:43.9562220 UTC (as timestamp: 1663748803956222)
[2022-09-21 09:26:43.928 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:43.949 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 1e621ac861017ffd, TraceId: 42b65348918061aac5b81e28373cd0a6, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:43.9499610 UTC (as timestamp: 1663748803949961)
[2022-09-21 09:26:43.933 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:43.968 +01:00][Debug] - {Tracer} Starting Transaction{Id: 1e621ac861017ffd, TraceId: 42b65348918061aac5b81e28373cd0a6, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:43.941 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:43.960 +01:00][Debug] - {Tracer} Starting Transaction{Id: b973e11bae0483b3, TraceId: 184ffd7d37893d7ae0f36062829472bc, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:43.974 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:43.964 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:43.979 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:44.010 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:44.002 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:44.157 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: d9bf85497b5b06ee, TraceId: b4500c7c878964cda632678c9fe81077, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:44.1565740 UTC (as timestamp: 1663748804156574)
[2022-09-21 09:26:44.037 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 88ac41537a7caf39, TraceId: 53effd9990f9e05c49560c684ce34e4d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:44.0214170 UTC (as timestamp: 1663748804021417)
[2022-09-21 09:26:44.181 +01:00][Debug] - {Tracer} Starting Transaction{Id: 88ac41537a7caf39, TraceId: 53effd9990f9e05c49560c684ce34e4d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:44.014 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:44.193 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 993e5fc84c4736ee, TraceId: 3618b74fba8b57294ccf80a9386dc7a5, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:44.1933590 UTC (as timestamp: 1663748804193359)
[2022-09-21 09:26:44.170 +01:00][Debug] - {Tracer} Starting Transaction{Id: d9bf85497b5b06ee, TraceId: b4500c7c878964cda632678c9fe81077, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:44.216 +01:00][Debug] - {Tracer} Starting Transaction{Id: 993e5fc84c4736ee, TraceId: 3618b74fba8b57294ccf80a9386dc7a5, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:44.522 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:44.526 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:44.618 +01:00][Trace] - {Transaction} Ended Transaction{Id: 993e5fc84c4736ee, TraceId: 3618b74fba8b57294ccf80a9386dc7a5, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:44.1933590 UTC (as timestamp: 1663748804193359), End time: 2022-09-21 08:26:44.6186450 UTC (as timestamp: 1663748804618645), Duration: 425.286ms
[2022-09-21 09:26:44.648 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:44.661 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:44.695 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 1. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 993e5fc84c4736ee, TraceId: 3618b74fba8b57294ccf80a9386dc7a5, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:44.750 +01:00][Trace] - {Transaction} Ended Transaction{Id: 1e621ac861017ffd, TraceId: 42b65348918061aac5b81e28373cd0a6, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:43.9499610 UTC (as timestamp: 1663748803949961), End time: 2022-09-21 08:26:44.7498720 UTC (as timestamp: 1663748804749872), Duration: 799.911ms
[2022-09-21 09:26:44.766 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:44.795 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 2. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 1e621ac861017ffd, TraceId: 42b65348918061aac5b81e28373cd0a6, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:44.814 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:44.844 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:44.997 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:45.002 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:45.008 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:45.012 +01:00][Trace] - {Transaction} Ended Transaction{Id: 88ac41537a7caf39, TraceId: 53effd9990f9e05c49560c684ce34e4d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:44.0214170 UTC (as timestamp: 1663748804021417), End time: 2022-09-21 08:26:45.0122310 UTC (as timestamp: 1663748805012231), Duration: 990.814ms
[2022-09-21 09:26:45.020 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 3. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 88ac41537a7caf39, TraceId: 53effd9990f9e05c49560c684ce34e4d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:44.974 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:45.041 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:45.012 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:45.064 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:45.093 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:45.095 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 217244631fe5ecc1, TraceId: c4016ec3af2be4ec1b0d3914d6d72a81, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:45.0949960 UTC (as timestamp: 1663748805094996)
[2022-09-21 09:26:45.125 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:45.058 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:45.132 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 9df5c208fd19fac6, TraceId: e6816326751eb5c805203eccee9ef2e5, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:45.1308220 UTC (as timestamp: 1663748805130822)
[2022-09-21 09:26:45.134 +01:00][Debug] - {Tracer} Starting Transaction{Id: 9df5c208fd19fac6, TraceId: e6816326751eb5c805203eccee9ef2e5, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:45.134 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:45.127 +01:00][Debug] - {Tracer} Starting Transaction{Id: 217244631fe5ecc1, TraceId: c4016ec3af2be4ec1b0d3914d6d72a81, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:45.143 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:45.179 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:45.190 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:45.212 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:45.213 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:45.230 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:45.265 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:45.285 +01:00][Trace] - {Transaction} Ended Transaction{Id: d9bf85497b5b06ee, TraceId: b4500c7c878964cda632678c9fe81077, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:44.1565740 UTC (as timestamp: 1663748804156574), End time: 2022-09-21 08:26:45.2842810 UTC (as timestamp: 1663748805284281), Duration: 1127.707ms
[2022-09-21 09:26:45.232 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:45.258 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:45.400 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:45.394 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 4. MaxQueueEventCount: 1000. Transaction: Transaction{Id: d9bf85497b5b06ee, TraceId: b4500c7c878964cda632678c9fe81077, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:45.232 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:45.416 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:45.393 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:45.419 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 18f8957b53c9932c, TraceId: 76b92a56852df01d1df169382831b42d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:45.4189040 UTC (as timestamp: 1663748805418904)
[2022-09-21 09:26:45.444 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 81669167969f27ba, TraceId: 7f47ceefdf6beb909f14bd7ef77940cb, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:45.4442340 UTC (as timestamp: 1663748805444234)
[2022-09-21 09:26:45.404 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 822a8c3d1d81b112, TraceId: c4595018671c09d5675ae3b334f43e6d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:45.4035090 UTC (as timestamp: 1663748805403509)
[2022-09-21 09:26:45.446 +01:00][Debug] - {Tracer} Starting Transaction{Id: 18f8957b53c9932c, TraceId: 76b92a56852df01d1df169382831b42d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:45.449 +01:00][Debug] - {Tracer} Starting Transaction{Id: 822a8c3d1d81b112, TraceId: c4595018671c09d5675ae3b334f43e6d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:45.413 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:45.447 +01:00][Debug] - {Tracer} Starting Transaction{Id: 81669167969f27ba, TraceId: 7f47ceefdf6beb909f14bd7ef77940cb, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:45.482 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:45.482 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:45.499 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:45.499 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:45.500 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:45.556 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:45.606 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:45.557 +01:00][Trace] - {Transaction} Ended Transaction{Id: b973e11bae0483b3, TraceId: 184ffd7d37893d7ae0f36062829472bc, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:43.9562220 UTC (as timestamp: 1663748803956222), End time: 2022-09-21 08:26:45.5568730 UTC (as timestamp: 1663748805556873), Duration: 1600.651ms
[2022-09-21 09:26:45.707 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:45.707 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:45.708 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 5. MaxQueueEventCount: 1000. Transaction: Transaction{Id: b973e11bae0483b3, TraceId: 184ffd7d37893d7ae0f36062829472bc, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:45.732 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:45.737 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 5332e3e4dc64e4a4, TraceId: 5ef4d213ea47a2b3c74319482bf17cdd, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:45.7374390 UTC (as timestamp: 1663748805737439)
[2022-09-21 09:26:45.739 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 4f73cffb4c5c2a63, TraceId: b1723dfbc2cc6c6e4db8f2b8bf8a8e29, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:45.7359380 UTC (as timestamp: 1663748805735938)
[2022-09-21 09:26:45.732 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:45.741 +01:00][Debug] - {Tracer} Starting Transaction{Id: 5332e3e4dc64e4a4, TraceId: 5ef4d213ea47a2b3c74319482bf17cdd, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:45.774 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:45.778 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:45.767 +01:00][Debug] - {Tracer} Starting Transaction{Id: 4f73cffb4c5c2a63, TraceId: b1723dfbc2cc6c6e4db8f2b8bf8a8e29, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:45.784 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:45.788 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:45.792 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:46.007 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 8e11e463b3d79615, TraceId: 36d2cbb195269d260a4c823c0dda8e71, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:46.0071330 UTC (as timestamp: 1663748806007133)
[2022-09-21 09:26:46.032 +01:00][Debug] - {Tracer} Starting Transaction{Id: 8e11e463b3d79615, TraceId: 36d2cbb195269d260a4c823c0dda8e71, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:46.027 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:46.039 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:46.040 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:46.074 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:46.074 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:46.096 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:46.083 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:46.098 +01:00][Trace] - {Transaction} Ended Transaction{Id: 822a8c3d1d81b112, TraceId: c4595018671c09d5675ae3b334f43e6d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:45.4035090 UTC (as timestamp: 1663748805403509), End time: 2022-09-21 08:26:46.0989090 UTC (as timestamp: 1663748806098909), Duration: 695.4ms
[2022-09-21 09:26:46.086 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 3589de2094c259f1, TraceId: af0dfa088b0ba15726a9ca144b690ada, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:46.0859740 UTC (as timestamp: 1663748806085974)
[2022-09-21 09:26:46.283 +01:00][Debug] - {Tracer} Starting Transaction{Id: 3589de2094c259f1, TraceId: af0dfa088b0ba15726a9ca144b690ada, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:46.146 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:46.313 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:46.276 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 6. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 822a8c3d1d81b112, TraceId: c4595018671c09d5675ae3b334f43e6d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:46.357 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:46.366 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:46.383 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:46.396 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:46.396 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 3baa0a2490918f7c, TraceId: bcc938ae0f861d44605008cda3f91e8d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:46.3955980 UTC (as timestamp: 1663748806395598)
[2022-09-21 09:26:46.412 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:46.417 +01:00][Debug] - {Tracer} Starting Transaction{Id: 3baa0a2490918f7c, TraceId: bcc938ae0f861d44605008cda3f91e8d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:46.424 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 64fd4aa7450dd400, TraceId: ee30c8e5068ba498d768a1849ee58e40, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:46.4235850 UTC (as timestamp: 1663748806423585)
[2022-09-21 09:26:46.642 +01:00][Debug] - {Tracer} Starting Transaction{Id: 64fd4aa7450dd400, TraceId: ee30c8e5068ba498d768a1849ee58e40, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:46.672 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:46.694 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:46.706 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:46.717 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:46.734 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 307798b16c69fde2, TraceId: 91736364b6d7b834e1525960b77ba439, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:46.7343010 UTC (as timestamp: 1663748806734301)
[2022-09-21 09:26:46.739 +01:00][Debug] - {Tracer} Starting Transaction{Id: 307798b16c69fde2, TraceId: 91736364b6d7b834e1525960b77ba439, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:47.634 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:47.636 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:47.647 +01:00][Trace] - {Transaction} Ended Transaction{Id: 3baa0a2490918f7c, TraceId: bcc938ae0f861d44605008cda3f91e8d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:46.3955980 UTC (as timestamp: 1663748806395598), End time: 2022-09-21 08:26:47.6471970 UTC (as timestamp: 1663748807647197), Duration: 1251.599ms
[2022-09-21 09:26:47.649 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 7. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 3baa0a2490918f7c, TraceId: bcc938ae0f861d44605008cda3f91e8d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:47.673 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:47.677 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:47.679 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:47.682 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:47.684 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:47.692 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 21d9bd28038da9b3, TraceId: 83732808cd7284a4434ef5cceeef1783, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:47.6922790 UTC (as timestamp: 1663748807692279)
[2022-09-21 09:26:47.799 +01:00][Debug] - {Tracer} Starting Transaction{Id: 21d9bd28038da9b3, TraceId: 83732808cd7284a4434ef5cceeef1783, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:47.871 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:47.888 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:47.908 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:47.924 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:47.926 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 2f3edcbdd2c0ce42, TraceId: 8b7c03b6d467782e1f852b9b5e1476ee, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:47.9262970 UTC (as timestamp: 1663748807926297)
[2022-09-21 09:26:47.928 +01:00][Debug] - {Tracer} Starting Transaction{Id: 2f3edcbdd2c0ce42, TraceId: 8b7c03b6d467782e1f852b9b5e1476ee, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:48.174 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:48.191 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:48.230 +01:00][Trace] - {Transaction} Ended Transaction{Id: 307798b16c69fde2, TraceId: 91736364b6d7b834e1525960b77ba439, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:46.7343010 UTC (as timestamp: 1663748806734301), End time: 2022-09-21 08:26:48.2304530 UTC (as timestamp: 1663748808230453), Duration: 1496.152ms
[2022-09-21 09:26:48.241 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 8. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 307798b16c69fde2, TraceId: 91736364b6d7b834e1525960b77ba439, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:48.262 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:48.266 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:48.270 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:48.272 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:48.274 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:48.275 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 148651ce9a4c087e, TraceId: 6e0a76cd7522938532e554922840e2ff, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:48.2758800 UTC (as timestamp: 1663748808275880)
[2022-09-21 09:26:48.277 +01:00][Debug] - {Tracer} Starting Transaction{Id: 148651ce9a4c087e, TraceId: 6e0a76cd7522938532e554922840e2ff, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:48.279 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:48.288 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:48.293 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:48.297 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:48.299 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: b06da24b8c2d88b5, TraceId: d35e9de6182f48446be5f5ac60eabebf, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:48.2994960 UTC (as timestamp: 1663748808299496)
[2022-09-21 09:26:48.301 +01:00][Debug] - {Tracer} Starting Transaction{Id: b06da24b8c2d88b5, TraceId: d35e9de6182f48446be5f5ac60eabebf, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:48.848 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:48.850 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:48.852 +01:00][Trace] - {Transaction} Ended Transaction{Id: 2f3edcbdd2c0ce42, TraceId: 8b7c03b6d467782e1f852b9b5e1476ee, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:47.9262970 UTC (as timestamp: 1663748807926297), End time: 2022-09-21 08:26:48.8528620 UTC (as timestamp: 1663748808852862), Duration: 926.565ms
[2022-09-21 09:26:48.855 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 9. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 2f3edcbdd2c0ce42, TraceId: 8b7c03b6d467782e1f852b9b5e1476ee, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:48.872 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:48.876 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:48.878 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:48.880 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:48.888 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:48.893 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: cb638a5403529f32, TraceId: c23af9c5b0ece0c2a5e67d516eced0db, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:48.8935180 UTC (as timestamp: 1663748808893518)
[2022-09-21 09:26:48.900 +01:00][Debug] - {Tracer} Starting Transaction{Id: cb638a5403529f32, TraceId: c23af9c5b0ece0c2a5e67d516eced0db, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:48.911 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:48.913 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:48.914 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:48.916 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:48.917 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: d5c6ac69c37b251a, TraceId: c7eef16f36793e39ddd1f49a6eb37d33, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:48.9177020 UTC (as timestamp: 1663748808917702)
[2022-09-21 09:26:48.920 +01:00][Debug] - {Tracer} Starting Transaction{Id: d5c6ac69c37b251a, TraceId: c7eef16f36793e39ddd1f49a6eb37d33, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:49.114 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:49.249 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:49.253 +01:00][Trace] - {Transaction} Ended Transaction{Id: b06da24b8c2d88b5, TraceId: d35e9de6182f48446be5f5ac60eabebf, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:48.2994960 UTC (as timestamp: 1663748808299496), End time: 2022-09-21 08:26:49.2531770 UTC (as timestamp: 1663748809253177), Duration: 953.681ms
[2022-09-21 09:26:49.255 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 10. MaxQueueEventCount: 1000. Transaction: Transaction{Id: b06da24b8c2d88b5, TraceId: d35e9de6182f48446be5f5ac60eabebf, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:49.273 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:49.255 +01:00][Trace] - {PayloadSenderV2} There is data to be sent. Batch size: 10. newEventQueueCount: 0. First event: Transaction{Id: 993e5fc84c4736ee, TraceId: 3618b74fba8b57294ccf80a9386dc7a5, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:49.341 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:49.295 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:49.504 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:49.507 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:49.538 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 993e5fc84c4736ee, TraceId: 3618b74fba8b57294ccf80a9386dc7a5, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Content-Length":"294","Content-Type":"application/json","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","X-Requested-With":"XMLHttpRequest","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/DataHandler.axd","hostname":"localhost","pathname":"/DataHandler.axd","protocol":"HTTP","raw":"http://localhost/DataHandler.axd"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"application/json"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":425.286,"id":"993e5fc84c4736ee","sampled":true,"name":"POST /DataHandler.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748804193359,"trace_id":"3618b74fba8b57294ccf80a9386dc7a5","type":"request"}
[2022-09-21 09:26:49.574 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:49.576 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:49.578 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 1e621ac861017ffd, TraceId: 42b65348918061aac5b81e28373cd0a6, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Content-Length":"285","Content-Type":"application/json","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","X-Requested-With":"XMLHttpRequest","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/DataHandler.axd","hostname":"localhost","pathname":"/DataHandler.axd","protocol":"HTTP","raw":"http://localhost/DataHandler.axd"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"application/json"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":799.911,"id":"1e621ac861017ffd","sampled":true,"name":"POST /DataHandler.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748803949961,"trace_id":"42b65348918061aac5b81e28373cd0a6","type":"request"}
[2022-09-21 09:26:49.579 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:49.582 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:49.570 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:49.756 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:49.756 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 88ac41537a7caf39, TraceId: 53effd9990f9e05c49560c684ce34e4d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Content-Length":"296","Content-Type":"application/json","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","X-Requested-With":"XMLHttpRequest","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/DataHandler.axd","hostname":"localhost","pathname":"/DataHandler.axd","protocol":"HTTP","raw":"http://localhost/DataHandler.axd"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"application/json"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":990.814,"id":"88ac41537a7caf39","sampled":true,"name":"POST /DataHandler.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748804021417,"trace_id":"53effd9990f9e05c49560c684ce34e4d","type":"request"}
[2022-09-21 09:26:49.782 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: b4868622d1ec6cd3, TraceId: 9abbdcd051acccb8dd9c3b673f1245f9, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:49.7816280 UTC (as timestamp: 1663748809781628)
[2022-09-21 09:26:49.783 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:49.787 +01:00][Debug] - {Tracer} Starting Transaction{Id: b4868622d1ec6cd3, TraceId: 9abbdcd051acccb8dd9c3b673f1245f9, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:49.789 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:49.805 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: d9bf85497b5b06ee, TraceId: b4500c7c878964cda632678c9fe81077, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Content-Length":"287","Content-Type":"application/json","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","X-Requested-With":"XMLHttpRequest","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/DataHandler.axd","hostname":"localhost","pathname":"/DataHandler.axd","protocol":"HTTP","raw":"http://localhost/DataHandler.axd"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"application/json"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":1127.707,"id":"d9bf85497b5b06ee","sampled":true,"name":"POST /DataHandler.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748804156574,"trace_id":"b4500c7c878964cda632678c9fe81077","type":"request"}
[2022-09-21 09:26:49.792 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:49.821 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:49.842 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:49.879 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:49.948 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:50.049 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: b973e11bae0483b3, TraceId: 184ffd7d37893d7ae0f36062829472bc, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Content-Length":"285","Content-Type":"application/json","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","X-Requested-With":"XMLHttpRequest","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/DataHandler.axd","hostname":"localhost","pathname":"/DataHandler.axd","protocol":"HTTP","raw":"http://localhost/DataHandler.axd"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"application/json"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":1600.651,"id":"b973e11bae0483b3","sampled":true,"name":"POST /DataHandler.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748803956222,"trace_id":"184ffd7d37893d7ae0f36062829472bc","type":"request"}
[2022-09-21 09:26:50.136 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:50.048 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:50.181 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:50.186 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:50.186 +01:00][Trace] - {Transaction} Ended Transaction{Id: d5c6ac69c37b251a, TraceId: c7eef16f36793e39ddd1f49a6eb37d33, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:48.9177020 UTC (as timestamp: 1663748808917702), End time: 2022-09-21 08:26:50.1864270 UTC (as timestamp: 1663748810186427), Duration: 1268.725ms
[2022-09-21 09:26:50.186 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:50.203 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 1. MaxQueueEventCount: 1000. Transaction: Transaction{Id: d5c6ac69c37b251a, TraceId: c7eef16f36793e39ddd1f49a6eb37d33, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:50.195 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 822a8c3d1d81b112, TraceId: c4595018671c09d5675ae3b334f43e6d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Content-Length":"294","Content-Type":"application/json","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","X-Requested-With":"XMLHttpRequest","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/DataHandler.axd","hostname":"localhost","pathname":"/DataHandler.axd","protocol":"HTTP","raw":"http://localhost/DataHandler.axd"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"application/json"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":695.4,"id":"822a8c3d1d81b112","sampled":true,"name":"POST /DataHandler.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748805403509,"trace_id":"c4595018671c09d5675ae3b334f43e6d","type":"request"}
[2022-09-21 09:26:50.393 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:50.272 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 0b3f48bb9fa03d5c, TraceId: 1df99a9d0d937eab434f2143522949cc, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:50.2715760 UTC (as timestamp: 1663748810271576)
[2022-09-21 09:26:50.497 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:50.553 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:50.714 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:50.714 +01:00][Debug] - {Tracer} Starting Transaction{Id: 0b3f48bb9fa03d5c, TraceId: 1df99a9d0d937eab434f2143522949cc, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:50.729 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:50.729 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 3baa0a2490918f7c, TraceId: bcc938ae0f861d44605008cda3f91e8d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Content-Length":"280","Content-Type":"application/json","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","X-Requested-With":"XMLHttpRequest","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/DataHandler.axd","hostname":"localhost","pathname":"/DataHandler.axd","protocol":"HTTP","raw":"http://localhost/DataHandler.axd"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"application/json"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":1251.599,"id":"3baa0a2490918f7c","sampled":true,"name":"POST /DataHandler.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748806395598,"trace_id":"bcc938ae0f861d44605008cda3f91e8d","type":"request"}
[2022-09-21 09:26:50.748 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:50.748 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:50.761 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:50.775 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:50.800 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: f08e6f9ea1a4234a, TraceId: 47c2e0f459aea443505bff55dbcc85ff, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:50.8008720 UTC (as timestamp: 1663748810800872)
[2022-09-21 09:26:50.788 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 307798b16c69fde2, TraceId: 91736364b6d7b834e1525960b77ba439, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Content-Length":"289","Content-Type":"application/json","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","X-Requested-With":"XMLHttpRequest","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/DataHandler.axd","hostname":"localhost","pathname":"/DataHandler.axd","protocol":"HTTP","raw":"http://localhost/DataHandler.axd"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"application/json"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":1496.152,"id":"307798b16c69fde2","sampled":true,"name":"POST /DataHandler.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748806734301,"trace_id":"91736364b6d7b834e1525960b77ba439","type":"request"}
[2022-09-21 09:26:50.802 +01:00][Debug] - {Tracer} Starting Transaction{Id: f08e6f9ea1a4234a, TraceId: 47c2e0f459aea443505bff55dbcc85ff, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:50.803 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:50.808 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:50.822 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:50.829 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:50.835 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:50.851 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 0364ad7cf3764c8d, TraceId: ec1f4d8f1113701f3506d0a43b147cb8, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:50.8505050 UTC (as timestamp: 1663748810850505)
[2022-09-21 09:26:50.829 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:50.889 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 2f3edcbdd2c0ce42, TraceId: 8b7c03b6d467782e1f852b9b5e1476ee, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Content-Length":"294","Content-Type":"application/json","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","X-Requested-With":"XMLHttpRequest","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/DataHandler.axd","hostname":"localhost","pathname":"/DataHandler.axd","protocol":"HTTP","raw":"http://localhost/DataHandler.axd"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"application/json"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":926.565,"id":"2f3edcbdd2c0ce42","sampled":true,"name":"POST /DataHandler.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748807926297,"trace_id":"8b7c03b6d467782e1f852b9b5e1476ee","type":"request"}
[2022-09-21 09:26:50.856 +01:00][Debug] - {Tracer} Starting Transaction{Id: 0364ad7cf3764c8d, TraceId: ec1f4d8f1113701f3506d0a43b147cb8, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:51.030 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:51.043 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:26:51.070 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: b06da24b8c2d88b5, TraceId: d35e9de6182f48446be5f5ac60eabebf, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Content-Length":"406","Content-Type":"application/json","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","X-Requested-With":"XMLHttpRequest","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/DataHandler.axd","hostname":"localhost","pathname":"/DataHandler.axd","protocol":"HTTP","raw":"http://localhost/DataHandler.axd"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"application/json"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":953.681,"id":"b06da24b8c2d88b5","sampled":true,"name":"POST /DataHandler.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748808299496,"trace_id":"d35e9de6182f48446be5f5ac60eabebf","type":"request"}
[2022-09-21 09:26:51.512 +01:00][Debug] - {PayloadSenderV2} Sent items to server:
Transaction{Id: 993e5fc84c4736ee, TraceId: 3618b74fba8b57294ccf80a9386dc7a5, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 1e621ac861017ffd, TraceId: 42b65348918061aac5b81e28373cd0a6, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 88ac41537a7caf39, TraceId: 53effd9990f9e05c49560c684ce34e4d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: d9bf85497b5b06ee, TraceId: b4500c7c878964cda632678c9fe81077, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: b973e11bae0483b3, TraceId: 184ffd7d37893d7ae0f36062829472bc, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 822a8c3d1d81b112, TraceId: c4595018671c09d5675ae3b334f43e6d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 3baa0a2490918f7c, TraceId: bcc938ae0f861d44605008cda3f91e8d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 307798b16c69fde2, TraceId: 91736364b6d7b834e1525960b77ba439, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 2f3edcbdd2c0ce42, TraceId: 8b7c03b6d467782e1f852b9b5e1476ee, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: b06da24b8c2d88b5, TraceId: d35e9de6182f48446be5f5ac60eabebf, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}
[2022-09-21 09:26:51.593 +01:00][Trace] - {PayloadSenderV2} Waiting for data to send... FlushInterval: 10s
[2022-09-21 09:26:51.734 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:51.738 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:51.740 +01:00][Trace] - {Transaction} Ended Transaction{Id: 0b3f48bb9fa03d5c, TraceId: 1df99a9d0d937eab434f2143522949cc, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:50.2715760 UTC (as timestamp: 1663748810271576), End time: 2022-09-21 08:26:51.7403890 UTC (as timestamp: 1663748811740389), Duration: 1468.813ms
[2022-09-21 09:26:51.741 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 2. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 0b3f48bb9fa03d5c, TraceId: 1df99a9d0d937eab434f2143522949cc, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:51.800 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:51.977 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:52.030 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:52.043 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:52.051 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:52.055 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: e588db09912948d6, TraceId: b07a299566c5aa2314ba50ca0fe055d2, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:52.0552040 UTC (as timestamp: 1663748812055204)
[2022-09-21 09:26:52.069 +01:00][Debug] - {Tracer} Starting Transaction{Id: e588db09912948d6, TraceId: b07a299566c5aa2314ba50ca0fe055d2, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:52.074 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:52.076 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:52.146 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:52.194 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:52.195 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:52.237 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: a6480f0cc8955110, TraceId: f47992ebfd6163ea62e7bf5997bfe2bc, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:52.2374330 UTC (as timestamp: 1663748812237433)
[2022-09-21 09:26:52.231 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:52.266 +01:00][Debug] - {Tracer} Starting Transaction{Id: a6480f0cc8955110, TraceId: f47992ebfd6163ea62e7bf5997bfe2bc, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:52.272 +01:00][Trace] - {Transaction} Ended Transaction{Id: 0364ad7cf3764c8d, TraceId: ec1f4d8f1113701f3506d0a43b147cb8, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:50.8505050 UTC (as timestamp: 1663748810850505), End time: 2022-09-21 08:26:52.2727500 UTC (as timestamp: 1663748812272750), Duration: 1422.245ms
[2022-09-21 09:26:52.297 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 3. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 0364ad7cf3764c8d, TraceId: ec1f4d8f1113701f3506d0a43b147cb8, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:52.318 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:52.338 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:52.351 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:52.355 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:52.361 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:52.378 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: b59f62d8f5e89223, TraceId: 09709a3df6a656d0765208396114313d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:52.3782020 UTC (as timestamp: 1663748812378202)
[2022-09-21 09:26:52.380 +01:00][Debug] - {Tracer} Starting Transaction{Id: b59f62d8f5e89223, TraceId: 09709a3df6a656d0765208396114313d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:52.391 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:52.393 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:52.395 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:52.396 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:52.441 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: ebdf20d5fbe0c3ee, TraceId: e8f4c653137498048d2986a17833288e, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:52.4413440 UTC (as timestamp: 1663748812441344)
[2022-09-21 09:26:52.454 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:52.587 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:52.596 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:52.642 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:52.645 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:52.629 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:52.629 +01:00][Debug] - {Tracer} Starting Transaction{Id: ebdf20d5fbe0c3ee, TraceId: e8f4c653137498048d2986a17833288e, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:52.685 +01:00][Trace] - {Transaction} Ended Transaction{Id: 3589de2094c259f1, TraceId: af0dfa088b0ba15726a9ca144b690ada, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:46.0859740 UTC (as timestamp: 1663748806085974), End time: 2022-09-21 08:26:52.6851800 UTC (as timestamp: 1663748812685180), Duration: 6599.206ms
[2022-09-21 09:26:52.691 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 4. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 3589de2094c259f1, TraceId: af0dfa088b0ba15726a9ca144b690ada, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:52.675 +01:00][Trace] - {Transaction} Ended Transaction{Id: 5332e3e4dc64e4a4, TraceId: 5ef4d213ea47a2b3c74319482bf17cdd, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:45.7374390 UTC (as timestamp: 1663748805737439), End time: 2022-09-21 08:26:52.6755140 UTC (as timestamp: 1663748812675514), Duration: 6938.075ms
[2022-09-21 09:26:52.687 +01:00][Trace] - {Transaction} Ended Transaction{Id: 18f8957b53c9932c, TraceId: 76b92a56852df01d1df169382831b42d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:45.4189040 UTC (as timestamp: 1663748805418904), End time: 2022-09-21 08:26:52.6866800 UTC (as timestamp: 1663748812686680), Duration: 7267.776ms
[2022-09-21 09:26:52.702 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 5. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 18f8957b53c9932c, TraceId: 76b92a56852df01d1df169382831b42d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:52.721 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 6. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 5332e3e4dc64e4a4, TraceId: 5ef4d213ea47a2b3c74319482bf17cdd, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:52.738 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:52.741 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:52.743 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:52.745 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:52.746 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:52.749 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: a468f67797257ffc, TraceId: 93ae7e3ca6366e4615defec2fa718b2b, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:52.7489900 UTC (as timestamp: 1663748812748990)
[2022-09-21 09:26:52.751 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:52.752 +01:00][Debug] - {Tracer} Starting Transaction{Id: a468f67797257ffc, TraceId: 93ae7e3ca6366e4615defec2fa718b2b, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:52.758 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:52.760 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:52.761 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:52.767 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:52.769 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:52.925 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: a744749dda366d22, TraceId: 4879c45a84ad83a16ef4db88fa0192a6, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:52.9254700 UTC (as timestamp: 1663748812925470)
[2022-09-21 09:26:52.927 +01:00][Debug] - {Tracer} Starting Transaction{Id: a744749dda366d22, TraceId: 4879c45a84ad83a16ef4db88fa0192a6, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:53.014 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:53.018 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:53.020 +01:00][Trace] - {Transaction} Ended Transaction{Id: a6480f0cc8955110, TraceId: f47992ebfd6163ea62e7bf5997bfe2bc, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:52.2374330 UTC (as timestamp: 1663748812237433), End time: 2022-09-21 08:26:53.0204250 UTC (as timestamp: 1663748813020425), Duration: 782.992ms
[2022-09-21 09:26:53.022 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 7. MaxQueueEventCount: 1000. Transaction: Transaction{Id: a6480f0cc8955110, TraceId: f47992ebfd6163ea62e7bf5997bfe2bc, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:53.036 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:53.095 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:53.100 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:53.102 +01:00][Trace] - {Transaction} Ended Transaction{Id: ebdf20d5fbe0c3ee, TraceId: e8f4c653137498048d2986a17833288e, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:52.4413440 UTC (as timestamp: 1663748812441344), End time: 2022-09-21 08:26:53.1027990 UTC (as timestamp: 1663748813102799), Duration: 661.455ms
[2022-09-21 09:26:53.105 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 8. MaxQueueEventCount: 1000. Transaction: Transaction{Id: ebdf20d5fbe0c3ee, TraceId: e8f4c653137498048d2986a17833288e, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:53.124 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:53.208 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:53.213 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:26:53.219 +01:00][Trace] - {Transaction} Ended Transaction{Id: a744749dda366d22, TraceId: 4879c45a84ad83a16ef4db88fa0192a6, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:52.9254700 UTC (as timestamp: 1663748812925470), End time: 2022-09-21 08:26:53.2194070 UTC (as timestamp: 1663748813219407), Duration: 293.937ms
[2022-09-21 09:26:53.222 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 9. MaxQueueEventCount: 1000. Transaction: Transaction{Id: a744749dda366d22, TraceId: 4879c45a84ad83a16ef4db88fa0192a6, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:26:53.235 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:53.263 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:53.266 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:53.268 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:53.270 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:53.272 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 1ab7a3182efab6fe, TraceId: 03dcf005837f721ced37afbbf35e43d7, ParentId: null, Name: GET /xxxxxxxForms/Lbaslist/Views/ViewWiB1.aspx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:53.2724820 UTC (as timestamp: 1663748813272482)
[2022-09-21 09:26:53.273 +01:00][Debug] - {Tracer} Starting Transaction{Id: 1ab7a3182efab6fe, TraceId: 03dcf005837f721ced37afbbf35e43d7, ParentId: null, Name: GET /xxxxxxxForms/Lbaslist/Views/ViewWiB1.aspx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:53.276 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:53.277 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:26:53.279 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:26:53.281 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:26:53.283 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 3021affd35b9bde7, TraceId: 4367609c257bfd7c022c52a93dea999d, ParentId: null, Name: GET /xxxxxxxForms/Lbaslist/Views/ViewWiB1.aspx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:26:53.2839070 UTC (as timestamp: 1663748813283907)
[2022-09-21 09:26:53.286 +01:00][Debug] - {Tracer} Starting Transaction{Id: 3021affd35b9bde7, TraceId: 4367609c257bfd7c022c52a93dea999d, ParentId: null, Name: GET /xxxxxxxForms/Lbaslist/Views/ViewWiB1.aspx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:26:54.940 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:54.948 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /resources/font-awesome/fonts/fontawesome-webfont.woff2
[2022-09-21 09:26:54.954 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:26:54.963 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /resources/font-awesome/fonts/fontawesome-webfont.woff2
[2022-09-21 09:26:54.976 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:26:54.980 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:01.322 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:01.335 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:27:01.403 +01:00][Trace] - {Transaction} Ended Transaction{Id: 0efc5b4f67ee3e6c, TraceId: 25d77272da933c03148a6b44625be40c, ParentId: null, Name: POST /xxxxxxxComet.ashx, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:41.3151010 UTC (as timestamp: 1663748801315101), End time: 2022-09-21 08:27:01.4036560 UTC (as timestamp: 1663748821403656), Duration: 20088.555ms
[2022-09-21 09:27:01.424 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:01.424 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 10. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 0efc5b4f67ee3e6c, TraceId: 25d77272da933c03148a6b44625be40c, ParentId: null, Name: POST /xxxxxxxComet.ashx, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:27:01.432 +01:00][Trace] - {PayloadSenderV2} There is data to be sent. Batch size: 10. newEventQueueCount: 0. First event: Transaction{Id: d5c6ac69c37b251a, TraceId: c7eef16f36793e39ddd1f49a6eb37d33, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:27:01.432 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:01.463 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:01.460 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:01.464 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:01.491 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:01.551 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:01.552 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: d5c6ac69c37b251a, TraceId: c7eef16f36793e39ddd1f49a6eb37d33, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Content-Length":"350","Content-Type":"application/json","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","X-Requested-With":"XMLHttpRequest","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/DataHandler.axd","hostname":"localhost","pathname":"/DataHandler.axd","protocol":"HTTP","raw":"http://localhost/DataHandler.axd"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"application/json"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":1268.725,"id":"d5c6ac69c37b251a","sampled":true,"name":"POST /DataHandler.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748808917702,"trace_id":"c7eef16f36793e39ddd1f49a6eb37d33","type":"request"}
[2022-09-21 09:27:01.555 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:01.558 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:01.553 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: bfd32ed1271111d4, TraceId: a3511d2caabdf14181c1f91784ad6d02, ParentId: null, Name: POST /xxxxxxxComet.ashx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:01.5537030 UTC (as timestamp: 1663748821553703)
[2022-09-21 09:27:01.598 +01:00][Debug] - {Tracer} Starting Transaction{Id: bfd32ed1271111d4, TraceId: a3511d2caabdf14181c1f91784ad6d02, ParentId: null, Name: POST /xxxxxxxComet.ashx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:01.562 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 0b3f48bb9fa03d5c, TraceId: 1df99a9d0d937eab434f2143522949cc, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Content-Length":"344","Content-Type":"application/json","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","X-Requested-With":"XMLHttpRequest","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/DataHandler.axd","hostname":"localhost","pathname":"/DataHandler.axd","protocol":"HTTP","raw":"http://localhost/DataHandler.axd"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"application/json"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":1468.813,"id":"0b3f48bb9fa03d5c","sampled":true,"name":"POST /DataHandler.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748810271576,"trace_id":"1df99a9d0d937eab434f2143522949cc","type":"request"}
[2022-09-21 09:27:01.605 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:01.607 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:01.605 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:01.609 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 0364ad7cf3764c8d, TraceId: ec1f4d8f1113701f3506d0a43b147cb8, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Content-Length":"344","Content-Type":"application/json","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","X-Requested-With":"XMLHttpRequest","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/DataHandler.axd","hostname":"localhost","pathname":"/DataHandler.axd","protocol":"HTTP","raw":"http://localhost/DataHandler.axd"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"application/json"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":1422.245,"id":"0364ad7cf3764c8d","sampled":true,"name":"POST /DataHandler.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748810850505,"trace_id":"ec1f4d8f1113701f3506d0a43b147cb8","type":"request"}
[2022-09-21 09:27:01.779 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:01.784 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:01.733 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:01.793 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:01.802 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:01.787 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 3589de2094c259f1, TraceId: af0dfa088b0ba15726a9ca144b690ada, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Content-Length":"280","Content-Type":"application/json","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","X-Requested-With":"XMLHttpRequest","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/DataHandler.axd","hostname":"localhost","pathname":"/DataHandler.axd","protocol":"HTTP","raw":"http://localhost/DataHandler.axd"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"application/json"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":6599.206,"id":"3589de2094c259f1","sampled":true,"name":"POST /DataHandler.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748806085974,"trace_id":"af0dfa088b0ba15726a9ca144b690ada","type":"request"}
[2022-09-21 09:27:01.827 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:01.804 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 9d0f27424a369fc5, TraceId: aee28cb8feb78dc24cc942c7111b9aad, ParentId: null, Name: POST /xxxxxxxComet.ashx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:01.8036790 UTC (as timestamp: 1663748821803679)
[2022-09-21 09:27:01.837 +01:00][Debug] - {Tracer} Starting Transaction{Id: 9d0f27424a369fc5, TraceId: aee28cb8feb78dc24cc942c7111b9aad, ParentId: null, Name: POST /xxxxxxxComet.ashx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:01.838 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:01.863 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 18f8957b53c9932c, TraceId: 76b92a56852df01d1df169382831b42d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Content-Length":"291","Content-Type":"application/json","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","X-Requested-With":"XMLHttpRequest","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/DataHandler.axd","hostname":"localhost","pathname":"/DataHandler.axd","protocol":"HTTP","raw":"http://localhost/DataHandler.axd"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"application/json"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":7267.776,"id":"18f8957b53c9932c","sampled":true,"name":"POST /DataHandler.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748805418904,"trace_id":"76b92a56852df01d1df169382831b42d","type":"request"}
[2022-09-21 09:27:01.865 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:01.867 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:01.869 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 5332e3e4dc64e4a4, TraceId: 5ef4d213ea47a2b3c74319482bf17cdd, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Content-Length":"295","Content-Type":"application/json","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","X-Requested-With":"XMLHttpRequest","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/DataHandler.axd","hostname":"localhost","pathname":"/DataHandler.axd","protocol":"HTTP","raw":"http://localhost/DataHandler.axd"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"application/json"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":6938.075,"id":"5332e3e4dc64e4a4","sampled":true,"name":"POST /DataHandler.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748805737439,"trace_id":"5ef4d213ea47a2b3c74319482bf17cdd","type":"request"}
[2022-09-21 09:27:01.871 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:01.875 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:01.877 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: a6480f0cc8955110, TraceId: f47992ebfd6163ea62e7bf5997bfe2bc, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Content-Length":"344","Content-Type":"application/json","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","X-Requested-With":"XMLHttpRequest","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/DataHandler.axd","hostname":"localhost","pathname":"/DataHandler.axd","protocol":"HTTP","raw":"http://localhost/DataHandler.axd"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"application/json"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":782.992,"id":"a6480f0cc8955110","sampled":true,"name":"POST /DataHandler.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748812237433,"trace_id":"f47992ebfd6163ea62e7bf5997bfe2bc","type":"request"}
[2022-09-21 09:27:01.880 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:01.882 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:01.883 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: ebdf20d5fbe0c3ee, TraceId: e8f4c653137498048d2986a17833288e, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Content-Length":"370","Content-Type":"application/json","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","X-Requested-With":"XMLHttpRequest","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/DataHandler.axd","hostname":"localhost","pathname":"/DataHandler.axd","protocol":"HTTP","raw":"http://localhost/DataHandler.axd"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"application/json"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":661.455,"id":"ebdf20d5fbe0c3ee","sampled":true,"name":"POST /DataHandler.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748812441344,"trace_id":"e8f4c653137498048d2986a17833288e","type":"request"}
[2022-09-21 09:27:01.896 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:01.902 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:01.945 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: a744749dda366d22, TraceId: 4879c45a84ad83a16ef4db88fa0192a6, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Content-Length":"361","Content-Type":"application/json","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","X-Requested-With":"XMLHttpRequest","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/DataHandler.axd","hostname":"localhost","pathname":"/DataHandler.axd","protocol":"HTTP","raw":"http://localhost/DataHandler.axd"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"application/json"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":293.937,"id":"a744749dda366d22","sampled":true,"name":"POST /DataHandler.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748812925470,"trace_id":"4879c45a84ad83a16ef4db88fa0192a6","type":"request"}
[2022-09-21 09:27:01.947 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:01.985 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:02.018 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 0efc5b4f67ee3e6c, TraceId: 25d77272da933c03148a6b44625be40c, ParentId: null, Name: POST /xxxxxxxComet.ashx, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Content-Length":"112","Content-Type":"application/json; charset=UTF-8","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Origin":"http://localhost","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"cors","Sec-Fetch-Dest":"empty"},"http_version":"1.1","method":"POST","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/xxxxxxxComet.ashx","hostname":"localhost","pathname":"/xxxxxxxComet.ashx","protocol":"HTTP","raw":"http://localhost/xxxxxxxComet.ashx"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Pragma":"no-cache","Cache-Control":"private","Content-Type":"application/json; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":20088.555,"id":"0efc5b4f67ee3e6c","sampled":true,"name":"POST /xxxxxxxComet.ashx","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748801315101,"trace_id":"25d77272da933c03148a6b44625be40c","type":"request"}
[2022-09-21 09:27:02.117 +01:00][Debug] - {PayloadSenderV2} Sent items to server:
Transaction{Id: d5c6ac69c37b251a, TraceId: c7eef16f36793e39ddd1f49a6eb37d33, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 0b3f48bb9fa03d5c, TraceId: 1df99a9d0d937eab434f2143522949cc, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 0364ad7cf3764c8d, TraceId: ec1f4d8f1113701f3506d0a43b147cb8, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 3589de2094c259f1, TraceId: af0dfa088b0ba15726a9ca144b690ada, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 18f8957b53c9932c, TraceId: 76b92a56852df01d1df169382831b42d, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 5332e3e4dc64e4a4, TraceId: 5ef4d213ea47a2b3c74319482bf17cdd, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: a6480f0cc8955110, TraceId: f47992ebfd6163ea62e7bf5997bfe2bc, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: ebdf20d5fbe0c3ee, TraceId: e8f4c653137498048d2986a17833288e, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: a744749dda366d22, TraceId: 4879c45a84ad83a16ef4db88fa0192a6, ParentId: null, Name: POST /DataHandler.axd, Type: request, Outcome: Success, IsSampled: True},
Transaction{Id: 0efc5b4f67ee3e6c, TraceId: 25d77272da933c03148a6b44625be40c, ParentId: null, Name: POST /xxxxxxxComet.ashx, Type: request, Outcome: Success, IsSampled: True}
[2022-09-21 09:27:02.120 +01:00][Trace] - {PayloadSenderV2} Waiting for data to send... FlushInterval: 10s
[2022-09-21 09:27:02.330 +01:00][Trace] - {MetricsCollector} CollectAllMetrics started
[2022-09-21 09:27:02.344 +01:00][Trace] - {MetricsCollector} Start collecting BreakdownMetricsProvider
[2022-09-21 09:27:02.347 +01:00][Trace] - {MetricsCollector} Collected BreakdownMetricsProvider - adding it to MetricSet
[2022-09-21 09:27:02.349 +01:00][Trace] - {MetricsCollector} Start collecting process total CPU time
[2022-09-21 09:27:02.352 +01:00][Trace] - {MetricsCollector} Collected process total CPU time - adding it to MetricSet
[2022-09-21 09:27:02.354 +01:00][Trace] - {MetricsCollector} Start collecting total system CPU time
[2022-09-21 09:27:02.356 +01:00][Warning] - {MetricsCollector} Failed reading total system CPU time 2 times: no valid samples
[2022-09-21 09:27:02.358 +01:00][Trace] - {MetricsCollector} Start collecting process's working set and virtual memory size
[2022-09-21 09:27:02.364 +01:00][Trace] - {MetricsCollector} Collected process's working set and virtual memory size - adding it to MetricSet
[2022-09-21 09:27:02.367 +01:00][Trace] - {MetricsCollector} Start collecting total and free memory
[2022-09-21 09:27:02.368 +01:00][Trace] - {MetricsCollector} Collected total and free memory - adding it to MetricSet
[2022-09-21 09:27:02.370 +01:00][Trace] - {MetricsCollector} Skipping GcMetricsProvider - IsMetricAlreadyCaptured indicated false
[2022-09-21 09:27:02.372 +01:00][Trace] - {MetricsCollector} Skipping CgroupMetricsProvider - IsMetricAlreadyCaptured indicated false
[2022-09-21 09:27:02.374 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 1. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.375 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 5. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.401 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 8. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.375 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 3. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.402 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 11. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.413 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 3. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.375 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 4. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.402 +01:00][Debug] - {MetricsCollector} Metrics collected: Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet, Elastic.Apm.Metrics.MetricSet
[2022-09-21 09:27:02.375 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 6. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.441 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 5. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.376 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 7. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.405 +01:00][Trace] - {PayloadSenderV2} There is data to be sent. Batch size: 10. newEventQueueCount: 2. First event: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.401 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 10. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.405 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 12. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.466 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 8. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.374 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 2. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.481 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 10. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.479 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 9. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.490 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 11. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.495 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /blank.html","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":224163.0}},"timestamp":1663748796283313}
[2022-09-21 09:27:02.542 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 14. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.518 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 12. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.555 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 16. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.536 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 13. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.577 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 18. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.413 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 4. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.544 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 15. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.447 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 7. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.447 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 6. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.717 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 20. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.717 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 19. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.717 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /ScriptResource.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":2400257.0}},"timestamp":1663748794373352}
[2022-09-21 09:27:02.576 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 17. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.401 +01:00][Debug] - {PayloadSenderV2} Enqueued MetricSet. newEventQueueCount: 9. MaxQueueEventCount: 1000. MetricSet: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.748 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /FilterData.ashx","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":3552827.0}},"timestamp":1663748798695672}
[2022-09-21 09:27:02.754 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /MainWindow/Views/ViewWindow1.aspx/GetSysWideFilters","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":114598.0}},"timestamp":1663748801445385}
[2022-09-21 09:27:02.756 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /xxxxxxxComet.ashx","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":9202745.0}},"timestamp":1663748801677748}
[2022-09-21 09:27:02.758 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /HomePage.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":1946363.0}},"timestamp":1663748802960538}
[2022-09-21 09:27:02.760 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"GET /Controls/HomePageProxy.aspx","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":1563903.0}},"timestamp":1663748797658440}
[2022-09-21 09:27:02.761 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /DataHandler.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":425286.0}},"timestamp":1663748804695133}
[2022-09-21 09:27:02.762 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /DataHandler.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":799911.0}},"timestamp":1663748804794979}
[2022-09-21 09:27:02.765 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /DataHandler.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":990814.0}},"timestamp":1663748805020177}
[2022-09-21 09:27:02.794 +01:00][Debug] - {PayloadSenderV2} Sent items to server:
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet
[2022-09-21 09:27:02.796 +01:00][Trace] - {PayloadSenderV2} Waiting for data to send... FlushInterval: 10s
[2022-09-21 09:27:02.798 +01:00][Trace] - {PayloadSenderV2} There is data to be sent. Batch size: 10. newEventQueueCount: 10. First event: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.799 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /DataHandler.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":1127707.0}},"timestamp":1663748805394940}
[2022-09-21 09:27:02.800 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /DataHandler.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":1600651.0}},"timestamp":1663748805708388}
[2022-09-21 09:27:02.802 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /DataHandler.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":695400.0}},"timestamp":1663748806276032}
[2022-09-21 09:27:02.803 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /DataHandler.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":1251599.0}},"timestamp":1663748807648696}
[2022-09-21 09:27:02.806 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /DataHandler.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":1496152.0}},"timestamp":1663748808241342}
[2022-09-21 09:27:02.809 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /DataHandler.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":926565.0}},"timestamp":1663748808855159}
[2022-09-21 09:27:02.811 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /DataHandler.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":953681.0}},"timestamp":1663748809255177}
[2022-09-21 09:27:02.812 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"samples":{"system.memory.actual.free":{"value":6260215808.0},"system.memory.total":{"value":16885276672.0}},"timestamp":1663748822368915}
[2022-09-21 09:27:02.814 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /DataHandler.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":1268725.0}},"timestamp":1663748810202541}
[2022-09-21 09:27:02.815 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /DataHandler.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":1468813.0}},"timestamp":1663748811741854}
[2022-09-21 09:27:02.855 +01:00][Debug] - {PayloadSenderV2} Sent items to server:
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet
[2022-09-21 09:27:02.857 +01:00][Trace] - {PayloadSenderV2} Waiting for data to send... FlushInterval: 10s
[2022-09-21 09:27:02.859 +01:00][Trace] - {PayloadSenderV2} There is data to be sent. Batch size: 10. newEventQueueCount: 0. First event: Elastic.Apm.Metrics.MetricSet.
[2022-09-21 09:27:02.860 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /DataHandler.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":1422245.0}},"timestamp":1663748812296974}
[2022-09-21 09:27:02.862 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /DataHandler.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":6599206.0}},"timestamp":1663748812691050}
[2022-09-21 09:27:02.873 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /DataHandler.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":7267776.0}},"timestamp":1663748812702483}
[2022-09-21 09:27:02.879 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"samples":{"system.process.memory.size":{"value":2223754055680.0},"system.process.memory.rss.bytes":{"value":638865408.0}},"timestamp":1663748822364761}
[2022-09-21 09:27:02.880 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /DataHandler.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":6938075.0}},"timestamp":1663748812721256}
[2022-09-21 09:27:02.884 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /DataHandler.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":782992.0}},"timestamp":1663748813022247}
[2022-09-21 09:27:02.904 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /DataHandler.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":661455.0}},"timestamp":1663748813105799}
[2022-09-21 09:27:02.909 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /DataHandler.axd","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":293937.0}},"timestamp":1663748813222527}
[2022-09-21 09:27:02.911 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"transaction":{"name":"POST /xxxxxxxComet.ashx","type":"request"},"span":{"type":"app","subtype":null},"samples":{"span.self_time.count":{"value":1.0},"span.self_time.sum.us":{"value":20088555.0}},"timestamp":1663748821424201}
[2022-09-21 09:27:02.915 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Elastic.Apm.Metrics.MetricSet as {"samples":{"system.process.cpu.total.norm.pct":{"value":0.1297565834241558}},"timestamp":1663748822352241}
[2022-09-21 09:27:02.976 +01:00][Debug] - {PayloadSenderV2} Sent items to server:
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet,
Elastic.Apm.Metrics.MetricSet
[2022-09-21 09:27:02.981 +01:00][Trace] - {PayloadSenderV2} Waiting for data to send... FlushInterval: 10s
[2022-09-21 09:27:04.493 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:04.495 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:27:04.496 +01:00][Trace] - {Transaction} Ended Transaction{Id: 3021affd35b9bde7, TraceId: 4367609c257bfd7c022c52a93dea999d, ParentId: null, Name: GET /xxxxxxxForms/Lbaslist/Views/ViewWiB1.aspx, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:26:53.2839070 UTC (as timestamp: 1663748813283907), End time: 2022-09-21 08:27:04.4965160 UTC (as timestamp: 1663748824496516), Duration: 11212.609ms
[2022-09-21 09:27:04.512 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:04.512 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 1. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 3021affd35b9bde7, TraceId: 4367609c257bfd7c022c52a93dea999d, ParentId: null, Name: GET /xxxxxxxForms/Lbaslist/Views/ViewWiB1.aspx, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:27:04.545 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:04.576 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:04.580 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:04.580 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:04.568 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:04.568 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:04.571 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:04.624 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/font-awesome-4.7.0/css/font-awesome.min.css
[2022-09-21 09:27:04.592 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:04.594 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/font-awesome-4.7.0/css/font-awesome.css
[2022-09-21 09:27:04.628 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:04.630 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:04.633 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 7e4c4af081f83abb, TraceId: 74cce80d4ab9c84a1e08c21c1ed6f672, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:04.6333550 UTC (as timestamp: 1663748824633355)
[2022-09-21 09:27:04.622 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/F45lib/F45libStylesGen.css
[2022-09-21 09:27:04.626 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:04.583 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:04.636 +01:00][Debug] - {Tracer} Starting Transaction{Id: 7e4c4af081f83abb, TraceId: 74cce80d4ab9c84a1e08c21c1ed6f672, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:04.645 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:04.635 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/font-awesome-4.7.0/css/font-awesome.css
[2022-09-21 09:27:04.671 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:04.675 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:04.671 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: afff2ee90c4257a1, TraceId: 6e25ed16c7bc2828acab5502e002bc01, ParentId: null, Name: GET /CSSScript/CssHandle.ashx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:04.6715000 UTC (as timestamp: 1663748824671500)
[2022-09-21 09:27:04.640 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:04.643 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/DefaultTheme/font-awesome-4.7.0/css/font-awesome.min.css
[2022-09-21 09:27:04.678 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:04.715 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:04.715 +01:00][Debug] - {ElasticApmModule.#1} Request ignored based on TransactionIgnoreUrls, url: /App_Themes/F45lib/F45libStylesGen.css
[2022-09-21 09:27:04.680 +01:00][Debug] - {Tracer} Starting Transaction{Id: afff2ee90c4257a1, TraceId: 6e25ed16c7bc2828acab5502e002bc01, ParentId: null, Name: GET /CSSScript/CssHandle.ashx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:04.735 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:04.747 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:04.765 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:04.741 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:04.778 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:04.867 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:04.808 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:04.815 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 3933b9c70c9a9a45, TraceId: 88117fe86ecc654a2da5285993f03149, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:04.8155040 UTC (as timestamp: 1663748824815504)
[2022-09-21 09:27:04.825 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:04.895 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:04.906 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:04.910 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:04.912 +01:00][Debug] - {Tracer} Starting Transaction{Id: 3933b9c70c9a9a45, TraceId: 88117fe86ecc654a2da5285993f03149, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:04.947 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:04.945 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:04.953 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:04.944 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:04.989 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:04.991 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:04.920 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:04.998 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:04.950 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:04.955 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:04.993 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: ba04ac378e8fc5b8, TraceId: b69125fbb2dae2a59c25e5ee87823cd0, ParentId: null, Name: GET /CSSScript/CssHandle.ashx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:04.9926970 UTC (as timestamp: 1663748824992697)
[2022-09-21 09:27:05.012 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: c5f93fe7f557b7c5, TraceId: e4a6c6c37e09ceef194c4cb5d264e242, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:05.0120440 UTC (as timestamp: 1663748825012044)
[2022-09-21 09:27:05.027 +01:00][Debug] - {Tracer} Starting Transaction{Id: c5f93fe7f557b7c5, TraceId: e4a6c6c37e09ceef194c4cb5d264e242, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:05.014 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: e7ddfa0bed1b8c3f, TraceId: 69ab2fc47979c8cf4474f6ffe4d99271, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:05.0140430 UTC (as timestamp: 1663748825014043)
[2022-09-21 09:27:05.015 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:05.010 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:05.036 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 3c42991ac3f09804, TraceId: 330863491a3b0e1a2819a1ed32bf26b2, ParentId: null, Name: GET /f2nscripts/BlockModelState.ashx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:05.0355600 UTC (as timestamp: 1663748825035560)
[2022-09-21 09:27:05.042 +01:00][Debug] - {Tracer} Starting Transaction{Id: 3c42991ac3f09804, TraceId: 330863491a3b0e1a2819a1ed32bf26b2, ParentId: null, Name: GET /f2nscripts/BlockModelState.ashx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:05.018 +01:00][Debug] - {Tracer} Starting Transaction{Id: ba04ac378e8fc5b8, TraceId: b69125fbb2dae2a59c25e5ee87823cd0, ParentId: null, Name: GET /CSSScript/CssHandle.ashx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:05.032 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:27:05.030 +01:00][Debug] - {Tracer} Starting Transaction{Id: e7ddfa0bed1b8c3f, TraceId: 69ab2fc47979c8cf4474f6ffe4d99271, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:05.088 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:05.074 +01:00][Trace] - {Transaction} Ended Transaction{Id: 3933b9c70c9a9a45, TraceId: 88117fe86ecc654a2da5285993f03149, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:27:04.8155040 UTC (as timestamp: 1663748824815504), End time: 2022-09-21 08:27:05.0745100 UTC (as timestamp: 1663748825074510), Duration: 259.006ms
[2022-09-21 09:27:05.102 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:05.139 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:05.159 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:05.158 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:05.139 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 2. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 3933b9c70c9a9a45, TraceId: 88117fe86ecc654a2da5285993f03149, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:27:05.212 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:05.202 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:05.199 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:05.198 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:05.224 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 28909617976a0fdc, TraceId: 80eedb18f5c363fc045b8047e004480e, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:05.2243650 UTC (as timestamp: 1663748825224365)
[2022-09-21 09:27:05.230 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:05.238 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:05.275 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:05.312 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:05.247 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:05.276 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:05.316 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:05.273 +01:00][Debug] - {Tracer} Starting Transaction{Id: 28909617976a0fdc, TraceId: 80eedb18f5c363fc045b8047e004480e, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:05.321 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 179b9216bf79decb, TraceId: 7e035b9b8271fc57553423e545ddd91c, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:05.3206030 UTC (as timestamp: 1663748825320603)
[2022-09-21 09:27:05.314 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 5765682720fb3be7, TraceId: 6652cf86fc374d04e18db8f4fe1ad026, ParentId: null, Name: GET /f2nscripts/BlockModelState.ashx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:05.3138800 UTC (as timestamp: 1663748825313880)
[2022-09-21 09:27:05.343 +01:00][Debug] - {Tracer} Starting Transaction{Id: 179b9216bf79decb, TraceId: 7e035b9b8271fc57553423e545ddd91c, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:05.356 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:05.364 +01:00][Debug] - {Tracer} Starting Transaction{Id: 5765682720fb3be7, TraceId: 6652cf86fc374d04e18db8f4fe1ad026, ParentId: null, Name: GET /f2nscripts/BlockModelState.ashx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:05.318 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:05.394 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:27:05.442 +01:00][Trace] - {Transaction} Ended Transaction{Id: 28909617976a0fdc, TraceId: 80eedb18f5c363fc045b8047e004480e, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:27:05.2243650 UTC (as timestamp: 1663748825224365), End time: 2022-09-21 08:27:05.4421330 UTC (as timestamp: 1663748825442133), Duration: 217.768ms
[2022-09-21 09:27:05.427 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:05.446 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:05.430 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:05.441 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:05.446 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 3. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 28909617976a0fdc, TraceId: 80eedb18f5c363fc045b8047e004480e, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:27:05.429 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 63088a34287d7fa8, TraceId: 56d8b64e3f73afda32a2853939dfdb51, ParentId: null, Name: GET /f2nscripts/ListOfValues.ashx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:05.4292630 UTC (as timestamp: 1663748825429263)
[2022-09-21 09:27:05.454 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:27:05.464 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:05.472 +01:00][Debug] - {Tracer} Starting Transaction{Id: 63088a34287d7fa8, TraceId: 56d8b64e3f73afda32a2853939dfdb51, ParentId: null, Name: GET /f2nscripts/ListOfValues.ashx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:05.468 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:27:05.483 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:05.466 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:27:05.514 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:05.479 +01:00][Trace] - {Transaction} Ended Transaction{Id: 179b9216bf79decb, TraceId: 7e035b9b8271fc57553423e545ddd91c, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:27:05.3206030 UTC (as timestamp: 1663748825320603), End time: 2022-09-21 08:27:05.4793570 UTC (as timestamp: 1663748825479357), Duration: 158.754ms
[2022-09-21 09:27:05.487 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:05.544 +01:00][Trace] - {Transaction} Ended Transaction{Id: ba04ac378e8fc5b8, TraceId: b69125fbb2dae2a59c25e5ee87823cd0, ParentId: null, Name: GET /CSSScript/CssHandle.ashx, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:27:04.9926970 UTC (as timestamp: 1663748824992697), End time: 2022-09-21 08:27:05.5441620 UTC (as timestamp: 1663748825544162), Duration: 551.465ms
[2022-09-21 09:27:05.513 +01:00][Trace] - {Transaction} Ended Transaction{Id: 5765682720fb3be7, TraceId: 6652cf86fc374d04e18db8f4fe1ad026, ParentId: null, Name: GET /f2nscripts/BlockModelState.ashx, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:27:05.3138800 UTC (as timestamp: 1663748825313880), End time: 2022-09-21 08:27:05.5129350 UTC (as timestamp: 1663748825512935), Duration: 199.055ms
[2022-09-21 09:27:05.555 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:05.546 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:05.550 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:05.560 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 5. MaxQueueEventCount: 1000. Transaction: Transaction{Id: ba04ac378e8fc5b8, TraceId: b69125fbb2dae2a59c25e5ee87823cd0, ParentId: null, Name: GET /CSSScript/CssHandle.ashx, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:27:05.550 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 4. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 179b9216bf79decb, TraceId: 7e035b9b8271fc57553423e545ddd91c, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:27:05.560 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:05.566 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:05.577 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: cfad450b6c63090d, TraceId: 4b88e35c8574a7ff9b53438b9eb0d980, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:05.5774870 UTC (as timestamp: 1663748825577487)
[2022-09-21 09:27:05.566 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 6. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 5765682720fb3be7, TraceId: 6652cf86fc374d04e18db8f4fe1ad026, ParentId: null, Name: GET /f2nscripts/BlockModelState.ashx, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:27:05.592 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:05.572 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:05.627 +01:00][Debug] - {Tracer} Starting Transaction{Id: cfad450b6c63090d, TraceId: 4b88e35c8574a7ff9b53438b9eb0d980, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:05.632 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:05.611 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:05.649 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:05.634 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:05.657 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:05.660 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:05.665 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: a377ef79ae9cdf49, TraceId: 016f63040f651c0b92d7929615170bb9, ParentId: null, Name: GET /f2nscripts/ListOfValues.ashx, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:05.6647110 UTC (as timestamp: 1663748825664711)
[2022-09-21 09:27:05.687 +01:00][Debug] - {Tracer} Starting Transaction{Id: a377ef79ae9cdf49, TraceId: 016f63040f651c0b92d7929615170bb9, ParentId: null, Name: GET /f2nscripts/ListOfValues.ashx, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:05.677 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:05.660 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:05.679 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:05.683 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:05.704 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:05.699 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:05.723 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: dbdbfbff1c550861, TraceId: 16fdd05ac4a1056bc8fa447aae326ca7, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:05.7232830 UTC (as timestamp: 1663748825723283)
[2022-09-21 09:27:05.727 +01:00][Debug] - {Tracer} Starting Transaction{Id: dbdbfbff1c550861, TraceId: 16fdd05ac4a1056bc8fa447aae326ca7, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:05.696 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:05.721 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:05.694 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:05.752 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 11f9fb88594b9124, TraceId: 478748ea2504701ce4cdcd6ce006768f, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:05.7522780 UTC (as timestamp: 1663748825752278)
[2022-09-21 09:27:05.751 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:05.762 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: d9a5307d1ef48a7d, TraceId: 1ce7c25e8770e437cc7be3c86c871ef1, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:05.7620940 UTC (as timestamp: 1663748825762094)
[2022-09-21 09:27:05.755 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: a2f55e25a9bc4c6a, TraceId: 8874c604f7a6a0a9b23169ef728d6125, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:05.7552780 UTC (as timestamp: 1663748825755278)
[2022-09-21 09:27:05.765 +01:00][Debug] - {Tracer} Starting Transaction{Id: d9a5307d1ef48a7d, TraceId: 1ce7c25e8770e437cc7be3c86c871ef1, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:05.761 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:05.759 +01:00][Debug] - {Tracer} Starting Transaction{Id: 11f9fb88594b9124, TraceId: 478748ea2504701ce4cdcd6ce006768f, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:05.810 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:05.808 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:05.769 +01:00][Debug] - {Tracer} Starting Transaction{Id: a2f55e25a9bc4c6a, TraceId: 8874c604f7a6a0a9b23169ef728d6125, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:05.828 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:05.818 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:27:05.811 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:05.834 +01:00][Trace] - {Transaction} Ended Transaction{Id: a377ef79ae9cdf49, TraceId: 016f63040f651c0b92d7929615170bb9, ParentId: null, Name: GET /f2nscripts/ListOfValues.ashx, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:27:05.6647110 UTC (as timestamp: 1663748825664711), End time: 2022-09-21 08:27:05.8345550 UTC (as timestamp: 1663748825834555), Duration: 169.844ms
[2022-09-21 09:27:05.838 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:05.818 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:05.842 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:05.840 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 7. MaxQueueEventCount: 1000. Transaction: Transaction{Id: a377ef79ae9cdf49, TraceId: 016f63040f651c0b92d7929615170bb9, ParentId: null, Name: GET /f2nscripts/ListOfValues.ashx, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:27:05.821 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:05.831 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:05.840 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:05.845 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:27:05.848 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 4ff45f9d41fcfd39, TraceId: c1753be47edeaf29fbf98585a1a192b4, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:05.8486670 UTC (as timestamp: 1663748825848667)
[2022-09-21 09:27:05.852 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:05.861 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:05.887 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:05.888 +01:00][Debug] - {Tracer} Starting Transaction{Id: 4ff45f9d41fcfd39, TraceId: c1753be47edeaf29fbf98585a1a192b4, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:05.893 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:05.873 +01:00][Trace] - {Transaction} Ended Transaction{Id: 11f9fb88594b9124, TraceId: 478748ea2504701ce4cdcd6ce006768f, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:27:05.7522780 UTC (as timestamp: 1663748825752278), End time: 2022-09-21 08:27:05.8730750 UTC (as timestamp: 1663748825873075), Duration: 120.797ms
[2022-09-21 09:27:05.918 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 0c51c791205bdaa4, TraceId: f52d1728b4c189958d97f9fd9319d668, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:05.9172340 UTC (as timestamp: 1663748825917234)
[2022-09-21 09:27:05.923 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:05.927 +01:00][Debug] - {Tracer} Starting Transaction{Id: 0c51c791205bdaa4, TraceId: f52d1728b4c189958d97f9fd9319d668, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:05.890 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:05.935 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: cc9c0ca50631b43d, TraceId: 94414e7bcbbdc971c8516a1474ee7c70, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:05.9353290 UTC (as timestamp: 1663748825935329)
[2022-09-21 09:27:05.936 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:05.939 +01:00][Debug] - {Tracer} Starting Transaction{Id: cc9c0ca50631b43d, TraceId: 94414e7bcbbdc971c8516a1474ee7c70, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:05.941 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:05.911 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:05.923 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 8. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 11f9fb88594b9124, TraceId: 478748ea2504701ce4cdcd6ce006768f, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:27:05.991 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:05.995 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:05.989 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:05.998 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: f64d27f06af80f83, TraceId: 2c3991b18d05fab9f96d4cd00faacacc, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:05.9981390 UTC (as timestamp: 1663748825998139)
[2022-09-21 09:27:05.989 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:05.954 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:06.000 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:27:06.004 +01:00][Debug] - {Tracer} Starting Transaction{Id: f64d27f06af80f83, TraceId: 2c3991b18d05fab9f96d4cd00faacacc, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:06.006 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:06.037 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:27:06.073 +01:00][Trace] - {Transaction} Ended Transaction{Id: 4ff45f9d41fcfd39, TraceId: c1753be47edeaf29fbf98585a1a192b4, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:27:05.8486670 UTC (as timestamp: 1663748825848667), End time: 2022-09-21 08:27:06.0737190 UTC (as timestamp: 1663748826073719), Duration: 225.052ms
[2022-09-21 09:27:06.071 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 2fb71d4a995e6ea8, TraceId: 6e53af28f56b1f190097984f6620ece9, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:06.0709420 UTC (as timestamp: 1663748826070942)
[2022-09-21 09:27:06.055 +01:00][Trace] - {Transaction} Ended Transaction{Id: cc9c0ca50631b43d, TraceId: 94414e7bcbbdc971c8516a1474ee7c70, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:27:05.9353290 UTC (as timestamp: 1663748825935329), End time: 2022-09-21 08:27:06.0416360 UTC (as timestamp: 1663748826041636), Duration: 106.307ms
[2022-09-21 09:27:06.089 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:06.076 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:06.076 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 9. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 4ff45f9d41fcfd39, TraceId: c1753be47edeaf29fbf98585a1a192b4, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:27:06.090 +01:00][Trace] - {PayloadSenderV2} There is data to be sent. Batch size: 10. newEventQueueCount: 0. First event: Transaction{Id: 3021affd35b9bde7, TraceId: 4367609c257bfd7c022c52a93dea999d, ParentId: null, Name: GET /xxxxxxxForms/Lbaslist/Views/ViewWiB1.aspx, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:27:06.100 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:06.078 +01:00][Debug] - {Tracer} Starting Transaction{Id: 2fb71d4a995e6ea8, TraceId: 6e53af28f56b1f190097984f6620ece9, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:06.090 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 10. MaxQueueEventCount: 1000. Transaction: Transaction{Id: cc9c0ca50631b43d, TraceId: 94414e7bcbbdc971c8516a1474ee7c70, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:27:06.128 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:06.110 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:06.140 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:27:06.134 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:06.154 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:06.207 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:06.172 +01:00][Trace] - {Transaction} Ended Transaction{Id: 0c51c791205bdaa4, TraceId: f52d1728b4c189958d97f9fd9319d668, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:27:05.9172340 UTC (as timestamp: 1663748825917234), End time: 2022-09-21 08:27:06.1724910 UTC (as timestamp: 1663748826172491), Duration: 255.257ms
[2022-09-21 09:27:06.157 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:06.187 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:06.227 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:06.256 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 3021affd35b9bde7, TraceId: 4367609c257bfd7c022c52a93dea999d, ParentId: null, Name: GET /xxxxxxxForms/Lbaslist/Views/ViewWiB1.aspx, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Upgrade-Insecure-Requests":"1","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"navigate","Sec-Fetch-Dest":"iframe"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/xxxxxxxForms/Lbaslist/Views/ViewWiB1.aspx?F2NID=4bba1b6d-c1ff-4a8d-994c-664d1409a64c","hostname":"localhost","pathname":"/xxxxxxxForms/Lbaslist/Views/ViewWiB1.aspx","protocol":"HTTP","raw":"http://localhost/xxxxxxxForms/Lbaslist/Views/ViewWiB1.aspx?F2NID=4bba1b6d-c1ff-4a8d-994c-664d1409a64c","search":"F2NID=4bba1b6d-c1ff-4a8d-994c-664d1409a64c"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","Cache-Control":"no-store, no-cache","Pragma":"no-cache","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Content-Type":"text/html; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":11212.609,"id":"3021affd35b9bde7","sampled":true,"name":"GET /xxxxxxxForms/Lbaslist/Views/ViewWiB1.aspx","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748813283907,"trace_id":"4367609c257bfd7c022c52a93dea999d","type":"request"}
[2022-09-21 09:27:06.185 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:06.239 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:06.245 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:06.246 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:06.239 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 1. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 0c51c791205bdaa4, TraceId: f52d1728b4c189958d97f9fd9319d668, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:27:06.266 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: b381ab8dc0bd6f1f, TraceId: d3c4fa726780b400f7be15fd2cbdd997, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:06.2645940 UTC (as timestamp: 1663748826264594)
[2022-09-21 09:27:06.285 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:06.268 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:06.272 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:06.308 +01:00][Debug] - {Tracer} Starting Transaction{Id: b381ab8dc0bd6f1f, TraceId: d3c4fa726780b400f7be15fd2cbdd997, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:06.298 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:06.291 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:06.312 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:06.323 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:06.400 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: a98127823607ba52, TraceId: 863fb181e8e476ea3385c94622686c0e, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:06.4009890 UTC (as timestamp: 1663748826400989)
[2022-09-21 09:27:06.326 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:06.427 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:06.405 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:06.431 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 867aa7624d453b8c, TraceId: 6b35836074eede095fdfd8d6d36b7d8c, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:06.4306960 UTC (as timestamp: 1663748826430696)
[2022-09-21 09:27:06.397 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:06.422 +01:00][Debug] - {Tracer} Starting Transaction{Id: a98127823607ba52, TraceId: 863fb181e8e476ea3385c94622686c0e, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:06.416 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 3933b9c70c9a9a45, TraceId: 88117fe86ecc654a2da5285993f03149, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/js.axd?js=SummaryWindow.js&v=637852722129073564&type=S","hostname":"localhost","pathname":"/js.axd","protocol":"HTTP","raw":"http://localhost/js.axd?js=SummaryWindow.js&v=637852722129073564&type=S","search":"js=SummaryWindow.js&v=637852722129073564&type=S"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":259.006,"id":"3933b9c70c9a9a45","sampled":true,"name":"GET /js.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748824815504,"trace_id":"88117fe86ecc654a2da5285993f03149","type":"request"}
[2022-09-21 09:27:06.438 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:06.451 +01:00][Debug] - {Tracer} Starting Transaction{Id: 867aa7624d453b8c, TraceId: 6b35836074eede095fdfd8d6d36b7d8c, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:06.456 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:06.484 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 4b1a7fb4ade706ae, TraceId: 61ab6d89dfb29f630792762b2f863390, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:06.4843500 UTC (as timestamp: 1663748826484350)
[2022-09-21 09:27:06.465 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:06.473 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 2cc0aac152d1b8a1, TraceId: 418d1791a4b033f97e7fb257122eab4a, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:06.4716980 UTC (as timestamp: 1663748826471698)
[2022-09-21 09:27:06.473 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:06.513 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:06.490 +01:00][Debug] - {Tracer} Starting Transaction{Id: 4b1a7fb4ade706ae, TraceId: 61ab6d89dfb29f630792762b2f863390, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:06.492 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:06.514 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:06.507 +01:00][Debug] - {Tracer} Starting Transaction{Id: 2cc0aac152d1b8a1, TraceId: 418d1791a4b033f97e7fb257122eab4a, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:06.515 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:06.546 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:06.536 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:06.543 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 28909617976a0fdc, TraceId: 80eedb18f5c363fc045b8047e004480e, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/js.axd?js=ImageLoader.js&v=637852722124855556&type=S","hostname":"localhost","pathname":"/js.axd","protocol":"HTTP","raw":"http://localhost/js.axd?js=ImageLoader.js&v=637852722124855556&type=S","search":"js=ImageLoader.js&v=637852722124855556&type=S"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":217.768,"id":"28909617976a0fdc","sampled":true,"name":"GET /js.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748825224365,"trace_id":"80eedb18f5c363fc045b8047e004480e","type":"request"}
[2022-09-21 09:27:06.590 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:06.592 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:06.582 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:06.588 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:06.580 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:27:06.611 +01:00][Trace] - {Transaction} Ended Transaction{Id: 867aa7624d453b8c, TraceId: 6b35836074eede095fdfd8d6d36b7d8c, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:27:06.4306960 UTC (as timestamp: 1663748826430696), End time: 2022-09-21 08:27:06.6108790 UTC (as timestamp: 1663748826610879), Duration: 180.183ms
[2022-09-21 09:27:06.594 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:06.583 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:06.606 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have elastic-apm-traceparent header - it means request doesn't have incoming distributed tracing data
[2022-09-21 09:27:06.599 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: 179b9216bf79decb, TraceId: 7e035b9b8271fc57553423e545ddd91c, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"*/*","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0FBQUFFQUFDQUFBQUJGL3pxWW5rdTd6Mk5jNy9tT21WSU9PZ3k4MGsrQUY5aHBkaHZ4ZFVNRGhBQUFBQUFPZ0FBQUFBSUFBQ0FBQUFEN05QU3ladUZ1eEJ0c3V6ZFU3TklDUGF3alFjdEErMnpxUnA0T2MwSEo5K0FCQUFBUSsvVXR0TngrNUtCVkVrZGllRHBzN0R6c1R6ZGNqaDAwVHlJbjgycFpnMkxNcWMyRU03T1J1Nkxsbk5sNDBhMDRlSXVROXZyYk5CWnRjZHNNMzgxSm5uVFROamQ3SHZiZjY4Sk1hZEc2UUxOb0F0UkFMU3JSUzVPbnRDM1REc0NSdlhPM2w2YlJyNkJmc2ZzZitpTlVRTGpka2VQWjRSSDZGbS9vUEpZRU8weENMZHVzTVVQakhWNTZOcGZ3a1hWS28xVXpNUFlXNW5zTFUrK1gwU1hvZGI0N2pyTEhPNjFhSm4vU3REQzViTEpFSkIwV05vbFFET0hlME9USWJvYzlnQ2NEOWVLZ3JHdzNjY2hITVdtbmFDQUUvZVlCY2xHSmRaMXozaTFyd1cwVVhQSzFSTk0vUlNvRXQvbG5NSHNjaGl4TGhlTDA0Y1BOTFlYUnhUb0VqOW1sa2Y4MlJETXJscmIzdHVvcjdJVDNTUFNkUmxZTFcxcmJncjFlSDNDT1NzZHgxR3luL0RuYml0SGR4Kzc4djRDaXZZa0lXQnFCZExUdldlRlBPL000ZlJjMVpuUSsxeFhBcFU0WGFNcG1aMmZtTUd0R2tVMEYvVjZnaU9lcGhOUTc4OWZFd2xXUlVyUHJaN1ZIU0ZQRXB2dWlWa0RXVUJaM3p6anpGUkhxdUFybGxNSzNPT3lVdXhvTGpWUC9aRDVneHlDbFJSb1hpeUppanpWa2RFN2V5OXR4cWg0WG5ScHAxNlhkUW9WV24wWG12YlRTQmxDK0o5bGxqampnV1QzTVdmb1BqaGRRRHJvdXM2aHh4U1dpU0pUWkEwQ1dINGZrMXpFM0VXcEFBQUFBS0NQWUxJVFkzMVlzZ3R0aWlRVXByRDd2NG1Fb2lkRjcxa05MMXNVOEtBWWsvd0N0SThsVFpDdW8wQ0pzWmhTUDVldGhZOWFmN1FPVUthL3NPbXhUNXc9PTwvQ29va2llPjwvU2VjdXJpdHlDb250ZXh0VG9rZW4+","Host":"localhost","Referer":"http://localhost/","User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36","sec-ch-ua":"\"Google Chrome\";v=\"105\", \"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"105\"","sec-ch-ua-mobile":"?0","sec-ch-ua-platform":"\"Windows\"","Sec-Fetch-Site":"same-origin","Sec-Fetch-Mode":"no-cors","Sec-Fetch-Dest":"script"},"http_version":"1.1","method":"GET","socket":{"remote_address":"::1"},"url":{"full":"http://localhost/js.axd?js=MinifiedxxxxxxxProxyScripts&v=637993492227516209&type=S","hostname":"localhost","pathname":"/js.axd","protocol":"HTTP","raw":"http://localhost/js.axd?js=MinifiedxxxxxxxProxyScripts&v=637993492227516209&type=S","search":"js=MinifiedxxxxxxxProxyScripts&v=637993492227516209&type=S"}},"response":{"finished":true,"headers":{"Server":"Microsoft-IIS/10.0","X-XSS-Protection":"1; mode=block","Expect-CT":"enforce, max-age=31536020","Content-Security-Policy":"default-src 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; img-src 'self' *.myxxxxxxxonline.com *.google.com *.googleapis.com *.gstatic.com data: *.xxxxxxxsoftware.com *.blob.core.windows.net *.azureedge.net *.pendo.io; script-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.googleapis.com *.openlayers.org *.pendo.io *.openstreetmap.org *.freethepostcode.org 'unsafe-inline' 'unsafe-eval' *.signalr.net wss://*.signalr.net; frame-ancestors 'self' *.myxxxxxxxonline.com *.xxxxxxxlab.xxxxxxxsoftware.net *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net; style-src 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.googleapis.com *.pendo.io ; font-src 'self' *.xxxxxxxsoftware.com *.gstatic.com *.pendo.io ; base-uri 'self'; object-src 'none'; block-all-mixed-content; form-action 'self' *.xxxxxxxsoftware.com; connect-src 'self' *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.signalr.net wss://*.signalr.net *.pendo.io; frame-src 'self' mailto: *.myxxxxxxxonline.com *.xxxxxxxsoftware.com *.xxxxxxxlab.xxxxxxxsoftware.net *.pendo.io ;","Referrer-Policy":"strict-origin","X-Content-Type-Options":"nosniff","Cache-Control":"private","Content-Type":"text/javascript; charset=utf-8"},"status_code":200},"user":{"username":"xxxxxxxDEV001B"}},"duration":158.754,"id":"179b9216bf79decb","sampled":true,"name":"GET /js.axd","outcome":"success","result":"HTTP 2xx","sample_rate":1.0,"span_count":{"dropped":0,"started":0},"timestamp":1663748825320603,"trace_id":"7e035b9b8271fc57553423e545ddd91c","type":"request"}
[2022-09-21 09:27:06.607 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: e227a6d1e26d9f0a, TraceId: 836cd5d79f0463891829166009feb564, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:06.6077520 UTC (as timestamp: 1663748826607752)
[2022-09-21 09:27:06.627 +01:00][Debug] - {ElasticApmModule.#1} Captured user - User{Id: null, UserName: xxxxxxxDEV001B, Email: null}
[2022-09-21 09:27:06.630 +01:00][Debug] - {ElasticApmModule.#1} Incoming request doesn't have valid incoming distributed tracing data - starting trace with new trace ID
[2022-09-21 09:27:06.624 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:06.632 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:06.644 +01:00][Debug] - {Tracer} Starting Transaction{Id: e227a6d1e26d9f0a, TraceId: 836cd5d79f0463891829166009feb564, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}
[2022-09-21 09:27:06.646 +01:00][Trace] - {Transaction} Ended Transaction{Id: 4b1a7fb4ade706ae, TraceId: 61ab6d89dfb29f630792762b2f863390, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True}. Start time: 2022-09-21 08:27:06.4843500 UTC (as timestamp: 1663748826484350), End time: 2022-09-21 08:27:06.6469320 UTC (as timestamp: 1663748826646932), Duration: 162.582ms
[2022-09-21 09:27:06.629 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:06.624 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 2. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 867aa7624d453b8c, TraceId: 6b35836074eede095fdfd8d6d36b7d8c, ParentId: null, Name: GET /js.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:27:06.656 +01:00][Debug] - {AbstractConfigurationReader (FullFrameworkConfigReader)} No transaction sample rate provided. Defaulting to '1'
[2022-09-21 09:27:06.662 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing started - starting trace...
[2022-09-21 09:27:06.665 +01:00][Trace] - {PayloadSenderV2} Start executing filter on transaction
[2022-09-21 09:27:06.680 +01:00][Debug] - {ElasticApmModule.#1} Incoming request processing finished - ending trace...
[2022-09-21 09:27:06.714 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: 1e9024f0f102a6e1, TraceId: f67b8fdff67b0a4c41f95c807cec0692, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:06.7143010 UTC (as timestamp: 1663748826714301)
[2022-09-21 09:27:06.682 +01:00][Trace] - {Transaction} New Transaction instance created: Transaction{Id: b271001a1d097ddd, TraceId: 209bfb850931068c87fbf58b0c4788e3, ParentId: null, Name: GET /ScriptResource.axd, Type: request, Outcome: Unknown, IsSampled: True}. IsSampled (True) is based on the given sampler (Sampler{ constant: True }). Start time: 2022-09-21 08:27:06.6829130 UTC (as timestamp: 1663748826682913)
[2022-09-21 09:27:06.680 +01:00][Debug] - {PayloadSenderV2} Enqueued Transaction. newEventQueueCount: 3. MaxQueueEventCount: 1000. Transaction: Transaction{Id: 4b1a7fb4ade706ae, TraceId: 61ab6d89dfb29f630792762b2f863390, ParentId: null, Name: GET /ComponentArtScript.axd, Type: request, Outcome: Success, IsSampled: True}.
[2022-09-21 09:27:06.723 +01:00][Trace] - {PayloadSenderV2} Serialized item to send: Transaction{Id: ba04ac378e8fc5b8, TraceId: b69125fbb2dae2a59c25e5ee87823cd0, ParentId: null, Name: GET /CSSScript/CssHandle.ashx, Type: request, Outcome: Success, IsSampled: True} as {"context":{"request":{"headers":{"Connection":"keep-alive","Accept":"text/css,*/*;q=0.1","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-GB,en;q=0.9,eu-ES;q=0.8,eu;q=0.7,en-US;q=0.6","Cookie":"ReturnUrl=%2F; .AspNetCore.Cookies=CfDJ8EwxylpEiZdJijV2mbD4em-Sb2Hy_GxrXnE0r1kd5Yd_1cTCQr53zBD_lpeJDMToqFbuZMiMWlOXfOTXj8WZ87Bcess_a0XNIKUha_5LZhJSQT91athcGjIHAjzuJD_OoP9s3DC_Y1Sdm1lWPVl4_pYa3yj2vYWUOL5aFsQ1lc-tk_rwE6uyLfmTrmzFABASeErV32rxpwMWlJaNloVdB2JU6glgypqhVBoqdpaYNRBE9h8zEgRBHQRWfEGscGzzbqlsVVT3iwIabRMQT4XndfYuuDg1v82kw-GLLyUUMniQ37EhJ2T6hfRPJ3X8bns0wQ7BVZe9zW4WSu6EUeiSN95UaL6mcZwJmsXR-GDSgI_NMBVCRJR220hpcwh4mc15WbLJSyr5HTIIMK39GfzoRt7nbSATqHpAYZuZGf0A1CiLSTqW122DMkq9_wgZKYPb7cZU3x_uTzyjXOvoxKtjEPaKjZ1mCAqdlK4BuQ5caRtuQ8MF2zOwuqcI4d1JLUWlUYO-_q8djmdREJgy7ns0c89Hnw83p4YmzuHaYCKIChd3dCQ7oUAE3ragJ8mAMyDu_I3I3qHDU1sjCnq3KNohptPqAub4qOb8z7q3PbjXOZCrfU_mXzAZfSGCo35AsZ6Q4XnbX_NA02A9AqmJ0vVo_53e0NY7uSAMI1EaQoB-hJFRp8JNvmXgQTyzXoLN9CGEbOVZJpshdgzuY86Obmm0-tjk3jMQK81fyYloIE-QaFIrvn_LvLWUvVQyyGDyG3n38x8M7osWVTFv3O7zKK_IIH8A9bEAsdDqTQWTVz9HJEZD96cFBlaMamn5knm-ZFb9kiw9W36ocxYe9RTAUc2I-pL0Big3NyG8G464d6eS5KoNtYLi8ZmApGATNQr2y6ep18Bfu03AafOFe7Pew0eGMVw6_pIEwsML5MttMr7M7H8bP3WEjl-v-kOno4uSpopIIfRqrjsHt84XtqZ3PUj6YkwlVUv9JN9EpmdZifEkbVQV6FiTFEloVRyVU76qMTexYxTFYQyVJTCB6BxutT94slK4KOxa7ultG4JVKi-rfKDQDylIlhBUn-pjLhBp5WVtUeNcXccPQsH2-ZKsv9QjbJ-5wJUwdvhj0nZzrveQ3uCEUpEbbWRzM8lpgheGdLWrCGR2-JyQmcQG8BeeuW0ifBkhodcm4-PSa4A4jVXSqEG5hQYnDDGyl9IdRPyU1Pz3OJ0GXW-UrYuTB6DPC_o9jgg6smOUWFtXduChqQZLJEY5ApHDgvSjDAUTpzwu-Ud0ahdfYXdYDWx8yhN89VIYjaoZCvGg2jcSPa2MxkSbS_LzUw1EPeYQwExBNes7Nx-QRxC005pKC_o0_tt4zgkjeVKQQ2dtfWXl-At9RwG2B9IgjsWT2oQZzUIoPvIVf18UexYaH7mdiKQHOfTFJnjjxyJWoXxSz6wdefM10DSCf2qPMysfLmegTu-mRlYIfbLXXYrx7BTggtBWCe4ew2gLdYW7eRc4k2iw4ni1QCoUMvslOzWRIDmlNAqcs-I39Ya94m23ZwLcEyWh89mACBvPW-PAedvCAi_TjttW5qJkjk8ZCdHcCzbL1nMH6tqGFFF_WBmGq1r9XbsxFkQv9x950B3QHGX7Zwqr53KAc9soqAYBOnGJRWOdQ1QN73lxmK-QK0JCjbu3BKYHL_1XT2lbBwbcl7JNFLwC3mECRR54gw0M3bFYR4CRohEDNbiJZRptvFNALd8hTMCzI-zB55mvcv5O5i8xGjWP2D6-H429H9GDEnS4bvLVp5Kb43de8NiNdHAXnkGYtq4kxD9pX58HTxy-6XPUkSj7wg_3kaaiYHbNgLtRhy7onAt56b2jyWhjjUFvoml0qANlFRdjicl5xDxFxls6mqlPncok7ZNVH0SYn7RYBVcQAVrf1zTxKJQ6US1-BNbDtzRKHy_J4csqdsWCrvMH0lH4-ESdDCokmFudA6fApHlK3jWKuI_UNeZYc8rImvku5_7Nz85ZrukR2X3jVwlgXagMItfxQZZxG8lg6A9uZ3ZIapYWznEdDs2G0tETb38vaJNSw58FSi-l0Uw; .AspNetCore.Antiforgery.gLA2iAPAZt4=CfDJ8EwxylpEiZdJijV2mbD4em-huFB8NF5vPHrta-PFwEhsOQBSiDoe2X3xO0Y5nGV1OYmv1vbePKrRVgjDS1unMn2B-vlF9SVyJYKuXwE1oDQQAIi8nPkB3by9_gVPGEWlY7i6iKBcY7NfIvVM32WL97k; .AspNetCore.Session=38a75434-4574-2eb2-97d0-e37452bbfd0f; ASP.NET_SessionId=pufgtrqmijyrmzrxyl0vctjc; FedAuth=77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48U2VjdXJpdHlDb250ZXh0VG9rZW4gcDE6SWQ9Il85NjFhNDBlZS01N2FmLTRlYWUtYTlkNi03ZWZkYWFiNWY5MGUtQUYxQjhCRkNEQTI0QzFDMTBGRDhEMThENTE0RTkwQjYiIHhtbG5zOnAxPSJodHRwOi8vZG9jcy5vYXNpcy1vcGVuLm9yZy93c3MvMjAwNC8wMS9vYXNpcy0yMDA0MDEtd3NzLXdzc2VjdXJpdHktdXRpbGl0eS0xLjAueHNkIiB4bWxucz0iaHR0cDovL2RvY3Mub2FzaXMtb3Blbi5vcmcvd3Mtc3gvd3Mtc2VjdXJlY29udmVyc2F0aW9uLzIwMDUxMiI+PElkZW50aWZpZXI+dXJuOnV1aWQ6Y2Y2ZmFiODAtYmZhZC00NGU4LWI4MTUtZjI1ZTdjZjg5NTc1PC9JZGVudGlmaWVyPjxJbnN0YW5jZT51cm46dXVpZDo3MTM0M2MxOC02MGU0LTQ0NjgtOTZmMC1lNDZhZDZlMjEwYWI8L0luc3RhbmNlPjxDb29raWUgeG1sbnM9Imh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwNi8wNS9zZWN1cml0eSI+QVFBQUFOQ01uZDhCRmRFUmpIb0F3RS9DbCtzQkFBQUFvZVM3b3Vkd3lFQ2I0eG1WY1RWdlVRQUFBQUFDQUFBQUFBQVFaZ0F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment