---
title: phoenix.live_view.handle_params.stop
description: A Phoenix LiveView handled URL params from a navigate or patch.
url: https://docs.honeybadger.io/insights/event-types/elixir/phoenix.live_view.handle_params.stop/
---

A Phoenix LiveView handled URL params from a navigate or patch.

Source **Phoenix LiveView** Category **Request** Fields **12** [honeybadger-elixir](https://docs.honeybadger.io/lib/elixir/)

## Fields

| Field        | Type   | Description                                                                     |
| ------------ | ------ | ------------------------------------------------------------------------------- |
| `event_type` | string | Allowed value: `phoenix.live_view.handle_params.stop`.                          |
| `url`        | string | URL of the LiveView at the time of the event.                                   |
| `socket_id`  | string | LiveView socket ID.                                                             |
| `view`       | string | LiveView module name.                                                           |
| `component`  | string | LiveComponent module name, if applicable.                                       |
| `assigns`    | object | Socket assigns at the time of the event.                                        |
| `assigns.*`  | any    | Additional caller-defined keys.                                                 |
| `params`     | object | Params passed to the event handler.                                             |
| `params.*`   | any    | Additional caller-defined keys.                                                 |
| `event`      | string | Event name for handle\_event events.                                            |
| `duration`   | number | Duration in microseconds.                                                       |
| `request_id` | string | Request ID generated at LiveView mount and shared by events on the same socket. |

## Example

```json
{
  "event_type": "phoenix.live_view.handle_params.stop",
  "url": "https://www.example.com/users/42?tab=activity",
  "socket_id": "phx-F8ZBOg1zcBQDqDgAAACB",
  "view": "MyAppWeb.UserLive.Show",
  "assigns": {
    "page_title": "Show user",
    "current_user_id": 42
  },
  "params": {
    "id": "42",
    "tab": "activity"
  },
  "duration": 12000,
  "request_id": "b3d5a1f0c2e4968a7d1b3f5c9e0a2d4f"
}
```

---

## Try Honeybadger for FREE

Intelligent logging, error tracking, and Just Enough APM™ in one dev-friendly platform. Find and fix problems before users notice.

[Start free trial](https://app.honeybadger.io/users/sign_up)

[See plans and pricing](https://www.honeybadger.io/plans/)
