rsnext/test/e2e/app-dir/actions
Jiachi Liu 4e1429182f
Move logging option to stable (#56791)
We introduced a data fetching logging before, and the control option was under experimental. After a bit experiments turns out users really loves it. We decide to move it to a stable option.

### Changes
We're going to move the `logging` option outside of `experimental`, and scope the `fetches` related config under `logging.fetches`.

```js
// next.config.js
logging?: {
    fetches?: {
      fullUrl?: boolean
    }
}
```
2023-10-23 18:45:00 +00:00
..
app Encoding and decoding variables of Server Actions from the closure (#56377) 2023-10-21 17:52:06 +00:00
components fix: server actions initiated from static pages (#51534) 2023-09-14 21:22:19 +00:00
app-action-export.test.ts Remove the experimental serverActions flag (#57145) 2023-10-20 20:45:25 +00:00
app-action-form-state.test.ts Add test case for the permalink option of useFormState (#56329) 2023-10-03 13:47:03 +02:00
app-action-progressive-enhancement.test.ts feat: drop Node.js 16 (#56896) 2023-10-16 21:41:38 +00:00
app-action-size-limit-invalid.test.ts Remove the experimental serverActions flag (#57145) 2023-10-20 20:45:25 +00:00
app-action.test.ts Encoding and decoding variables of Server Actions from the closure (#56377) 2023-10-21 17:52:06 +00:00
next.config.js Move logging option to stable (#56791) 2023-10-23 18:45:00 +00:00